软件包 com.jdon.controller.cache

接口摘要
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  
 

类摘要
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.
StringCacheKeyFactory different cached object, there is different cache key.
 



Copyright © 2013. All Rights Reserved.