Package com.oroad.stxx.cache

Infrastructure and implementation to support caching operations.

See:
          Description

Interface Summary
Cache This interface allows for multiple implementations of a cache presumably with different caching algrithms.
Cacheable Represents an object that can be cached.
CacheManager Manages caches of objects.
 

Class Summary
CacheManagerImpl The default implementation of CacheManager implemented as a singleton
CacheWrapper Simple wrapper for an object that wants to be cached.
SimpleCacheImpl Basic implementation an LRU cache.
 

Package com.oroad.stxx.cache Description

Infrastructure and implementation to support caching operations.