Uses of Class
org.gatein.pc.api.cache.CacheScope
-
Packages that use CacheScope Package Description org.gatein.pc.api.cache -
-
Uses of CacheScope in org.gatein.pc.api.cache
Methods in org.gatein.pc.api.cache that return CacheScope Modifier and Type Method Description CacheScopeCacheControl. getCacheScope()static CacheScopeCacheScope. valueOf(String name)Returns the enum constant of this type with the specified name.static CacheScope[]CacheScope. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.gatein.pc.api.cache with parameters of type CacheScope Constructor Description CacheControl(int expirationSecs, CacheScope cacheScope, String validationToken)
-