Package com.jdon.controller.cache

Interface Summary
Cache Cache interface A Cache object is responsible for managing a collection of cached objects Given an ObjectKey object, a Cache object quickly finds the corresponding cached object.
Cacheable Cacheable don't bind to CacheFactory,
StringKey  
 

Class Summary
CacheKey Instances of the ObjectKey class identify the object that will be fetched from the cache.
CacheKeyFactory different cached object, there is different cache key.
CacheManager Cacahe Managerment Pattern Client objects request objects from a CacheManager object by calling its fetchObject method.
InstanceCache simple instance cache this class can be used cache some components.
LRUCache the LRU Cache implemention.