Uses of Class
org.gatein.pc.api.cache.CacheLevel
-
Packages that use CacheLevel Package Description org.gatein.pc.api org.gatein.pc.api.cache org.gatein.pc.api.invocation -
-
Uses of CacheLevel in org.gatein.pc.api
Methods in org.gatein.pc.api that return CacheLevel Modifier and Type Method Description CacheLevelResourceURL. getCacheability()Returns the resource cacheability. -
Uses of CacheLevel in org.gatein.pc.api.cache
Fields in org.gatein.pc.api.cache declared as CacheLevel Modifier and Type Field Description static CacheLevelCacheLevel. FULLstatic CacheLevelCacheLevel. PAGEstatic CacheLevelCacheLevel. PORTLETMethods in org.gatein.pc.api.cache that return CacheLevel Modifier and Type Method Description static CacheLevelCacheLevel. create(String name) -
Uses of CacheLevel in org.gatein.pc.api.invocation
Methods in org.gatein.pc.api.invocation that return CacheLevel Modifier and Type Method Description CacheLevelResourceInvocation. getCacheLevel()Methods in org.gatein.pc.api.invocation with parameters of type CacheLevel Modifier and Type Method Description voidResourceInvocation. setCacheLevel(CacheLevel cacheLevel)
-