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.cache
Methods in edu.uiuc.ncsa.security.core.cache that return Cache Modifier and Type Method Description Cache
CachedMapFacade. getCache()
Cache
MaxAgePolicy. getMap()
Cache
ValidTimestampPolicy. 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 void
CachedMapFacade. setCache(Cache cache)
void
MaxAgePolicy. setMap(Cache map)
Constructors in edu.uiuc.ncsa.security.core.cache with parameters of type Cache Constructor Description MaxAgePolicy(Cache cache, long maximumAge)
-