Package org.osesb.utilities.cache

Infrastructure and base implementations for Cache services.

See:
          Description

Class Summary
CacheEntry CacheEntry wraps a cached Object in a SimpleCache.
SimpleCache Cache ancestor with common methods and properties.
SimpleCacheEvictionScanner CacheEntry eviction Thread for SimpleCache.
TextFileCache TextFileCache extends SimpleCache with support for File(s) using TextFileCacheEntry(s) to wrap File(s).
TextFileCacheEntry TextFileCacheEntry wraps a cached File in a TextFileCache.
 

Exception Summary
CacheEntryNotFoundException Exception thrown by SimpleCache when a CacheEntry could not be found.
 

Package org.osesb.utilities.cache Description

Infrastructure and base implementations for Cache services.