|
Class Summary |
| CacheModule |
CacheModule is a generic cache module which implements strategies for containing and routing to cache handlers and
handling a high-level atomicity of operations on cache implementations based on individual cache handler configurations. |
| CacheModuleLockStrategy |
CacheModuleLockStrategy handles atomicity of cache operations based on cache handler configuration |
| VoidBaseCache |
Abstract class as an prototype for all cache handhers, handles initialization of atomicity and cache handler
operation subscriptions based on configuration. |