class documentation

class CacheStats(Enum): (source)

View In Hierarchy

Undocumented

Constant CACHE_HIT Undocumented
Constant CACHE_MISS Undocumented
Constant CACHING_DISABLED Undocumented
Constant NO_CACHE_KEY Undocumented
Constant NO_DIALECT_SUPPORT Undocumented
CACHE_HIT: int = (source)

Undocumented

Value
0
CACHE_MISS: int = (source)

Undocumented

Value
1
CACHING_DISABLED: int = (source)

Undocumented

Value
2
NO_CACHE_KEY: int = (source)

Undocumented

Value
3
NO_DIALECT_SUPPORT: int = (source)

Undocumented

Value
4