Uses of Enum Class
org.gatein.pc.api.cache.CacheScope
Packages that use CacheScope
-
Uses of CacheScope in org.gatein.pc.api.cache
Methods in org.gatein.pc.api.cache that return CacheScopeModifier and TypeMethodDescriptionCacheControl.getCacheScope()static CacheScopeReturns the enum constant of this class with the specified name.static CacheScope[]CacheScope.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.gatein.pc.api.cache with parameters of type CacheScopeModifierConstructorDescriptionCacheControl(int expirationSecs, CacheScope cacheScope, String validationToken)