|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PortalCacheAttributes | |
---|---|
com.gentics.api.lib.cache |
Uses of PortalCacheAttributes in com.gentics.api.lib.cache |
---|
Methods in com.gentics.api.lib.cache that return PortalCacheAttributes | |
---|---|
abstract PortalCacheAttributes |
PortalCache.getCacheAttributes(java.lang.Object key)
get the cache attributes for a cached entry. |
abstract PortalCacheAttributes |
PortalCache.getCacheAttributes(java.lang.String groupName,
java.lang.Object key)
get the cache attributes for a cached entry in a group. |
Methods in com.gentics.api.lib.cache with parameters of type PortalCacheAttributes | |
---|---|
abstract void |
PortalCache.put(java.lang.Object key,
java.lang.Object object,
PortalCacheAttributes attribs)
put an object into the cache, using some attributes to define caching methods. |
abstract void |
PortalCache.putIntoGroup(java.lang.String groupName,
java.lang.Object key,
java.lang.Object object,
PortalCacheAttributes attribs)
put an object into the a group in the cache, using some attributes to define caching methods. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |