Uses of Class
edu.uiuc.ncsa.security.core.cache.Cache
- 
Packages that use Cache Package Description edu.uiuc.ncsa.security.core.cache 
- 
- 
Uses of Cache in edu.uiuc.ncsa.security.core.cacheMethods in edu.uiuc.ncsa.security.core.cache that return Cache Modifier and Type Method Description CacheCachedMapFacade. getCache()CacheMaxAgePolicy. getMap()CacheValidTimestampPolicy. getMap()This returns null, since the retention decision requires only the key of the entry, not the entire store (cf.Methods in edu.uiuc.ncsa.security.core.cache with parameters of type Cache Modifier and Type Method Description voidCachedMapFacade. setCache(Cache cache)voidMaxAgePolicy. setMap(Cache map)Constructors in edu.uiuc.ncsa.security.core.cache with parameters of type Cache Constructor Description MaxAgePolicy(Cache cache, long maximumAge)
 
-