|
Enum Summary |
| CacheContentType |
Cache content type - currently supported are TEXT and BINARY types |
| CacheLockType |
Cache lock types, currently supported are - ATOMIC, GLOBAL and NONE locks where:
- ATOMIC level locks on a level of key, thus guarantees atomicity of an operation
- GLOBAL level locks on a level of operation blocking all other similar operations running concurrently
- NONE level doesn't lock concurrent similar operations in any respect |
| CacheResponseStatus |
Cache response types, currently supported are:
- OK, healthy response status
- ERROR, failed to execute an operation
- INTERNAL_ERROR, cache had internally failed to execute an operation
- FATAL_ERROR, cache can't recover from internal error |