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 |
---|---|
CmsFlexBucketConfiguration.BucketSet |
CmsFlexCacheEntry.getBucketSet()
Gets the bucket set for this flex cache entry (may be null).
|
CmsFlexBucketConfiguration.BucketSet |
CmsFlexBucketConfiguration.getBucketSet(java.lang.Iterable<java.lang.String> paths)
Computes the bucket set for a set of paths based on this configuration.
|
Modifier and Type | Method and Description |
---|---|
boolean |
CmsFlexBucketConfiguration.BucketSet.matchForDeletion(CmsFlexBucketConfiguration.BucketSet flexEntryBucketSet)
If this entry is the bucket set created from a publish list, and the argument is the bucket list
of a flex cache entry, then the result of this method determines whether the flex cache entry for which
the argument bucket set was created should be removed.
|
void |
CmsFlexCacheEntry.setBucketSet(CmsFlexBucketConfiguration.BucketSet bucketSet)
Sets the bucket set for this flex cache entry.
|