Uses of Interface
edu.uiuc.ncsa.security.core.cache.Cacheable
-
Packages that use Cacheable Package Description edu.uiuc.ncsa.security.core.cache -
-
Uses of Cacheable in edu.uiuc.ncsa.security.core.cache
Classes in edu.uiuc.ncsa.security.core.cache with type parameters of type Cacheable Modifier and Type Class Description class
CachedMapFacade<V extends Cacheable>
A Facade for a map that is backed by a cache.Methods in edu.uiuc.ncsa.security.core.cache that return types with arguments of type Cacheable Modifier and Type Method Description Collection<? extends Cacheable>
Cache. objectValues()
Get the objects that have been cached.Methods in edu.uiuc.ncsa.security.core.cache with parameters of type Cacheable Modifier and Type Method Description CachedObject
Cache. add(Cacheable cacheable)
Convenience method to add an object with its key to the cache.boolean
Cache. containsObject(Cacheable cacheable)
Checks if the cacheable object is in this cache.
-