Package | Description |
---|---|
org.opencms.flex |
Provides low-level JSP integration funtionality for OpenCms,
also implements the FlexCache, a declarative parameter-based cache.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<java.lang.String> |
CmsFlexCacheKey.getPathsForBuckets(CmsFlexRequestKey key)
Gets the list of root paths for the cache key / request key combination which should be used to determine the set of flex cache buckets for the flex cache entry.
|
java.lang.String |
CmsFlexCacheKey.matchRequestKey(CmsFlexRequestKey key)
Compares this key to the other key passed as parameter,
from comparing the two keys, a variation String is constructed.
|