Package | Description |
---|---|
com.gentics.api.lib.cache |
Modifier and Type | Method and Description |
---|---|
abstract void |
PortalCache.clear()
clears the whole cache
|
abstract void |
PortalCache.clearGroup(java.lang.String groupName)
clears the a group in the cache
|
abstract java.lang.Object |
PortalCache.get(java.lang.Object key)
retrieve an object from the cache
|
static PortalCache |
PortalCache.getCache(java.lang.String region)
retrieve a PortalCache instance
|
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.
|
abstract PortalCacheAttributes |
PortalCache.getDefaultCacheAttributes()
Get the default cache attributes
|
abstract java.lang.Object |
PortalCache.getFromGroup(java.lang.String groupName,
java.lang.Object key)
Retrieven an object from the group in the cache
|
abstract void |
PortalCache.put(java.lang.Object key,
java.lang.Object object)
put an object into the cache
|
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)
Put an object into a group of the cache
|
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.
|
abstract void |
PortalCache.remove(java.lang.Object key)
remove an object from the cache
|
abstract void |
PortalCache.removeFromGroup(java.lang.String groupName,
java.lang.Object key)
remove an object from a group in the cache
|
static void |
PortalCache.setCacheClass(java.lang.String cacheClass)
sets the cache class to be used
|
Copyright © 2020 Gentics Software. All Rights Reserved.