Package | Description |
---|---|
com.gentics.api.lib.cache |
Modifier and Type | Method and Description |
---|---|
abstract PortalCacheAttributes |
PortalCache.getCacheAttributes(Object key)
get the cache attributes for a cached entry.
|
abstract PortalCacheAttributes |
PortalCache.getCacheAttributes(String groupName,
Object key)
get the cache attributes for a cached entry in a group.
|
Modifier and Type | Method and Description |
---|---|
abstract void |
PortalCache.put(Object key,
Object object,
PortalCacheAttributes attribs)
put an object into the cache, using some attributes to define caching
methods.
|
abstract void |
PortalCache.putIntoGroup(String groupName,
Object key,
Object object,
PortalCacheAttributes attribs)
put an object into the a group in the cache, using some attributes to
define caching methods.
|
Copyright © 2016 Gentics Software GmbH. All Rights Reserved.