com.rift.coad.lib.cache |
|
Java Source File Name | Type | Comment |
Cache.java | Interface | The cache interface supplies a standard set of cache maintainance methods. |
CacheEntry.java | Interface | This is a basic generic cache entry interface. |
CacheException.java | Class | The exception that gets thrown when there is an error with the caching. |
CacheRegistry.java | Class | The cache registery is responsible for managing the cache information for
the deployments. |
CacheRegistryTest.java | Class | |
KeySyncCache.java | Class | This object is responsible for returning synchronization objects based on a
key passed in. |
KeySyncCacheManager.java | Class | This class is responsible for managing the the key sync caches. |
KeySyncCacheManagerTest.java | Class | |
KeySyncCacheTest.java | Class | |