Package com.voidsearch.voidbase.apps.cache.containers

Class Summary
CacheContent Placeholder for all other Cache content clases for key, value etc.
CacheOperation Placeholder object for Cache operations - each operation is assigned one CacheOperation object
CacheResponse  
CacheValue Cache value implementation of CacheContent
RegisteredOperations Container of all registered operations and their behavior and locking for certain Cache handler
 

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
 



Copyright © 2009. All Rights Reserved.