pyquibbler.CacheStatus

class pyquibbler.CacheStatus(value)

Possible status values for a cache.

__init__()

Attributes

ALL_INVALID

No caching, or the cache does not have any valid results.

ALL_VALID

The cache has the entire valid value.

PARTIAL

The cache has the value valid only in some of its items.