Uses of Class
org.opencms.flex.CmsFlexBucketConfiguration.BucketSet
Package
Description
Provides low-level JSP integration funtionality for OpenCms,
also implements the FlexCache, a declarative parameter-based cache.
-
Uses of CmsFlexBucketConfiguration.BucketSet in org.opencms.flex
Modifier and TypeMethodDescriptionCmsFlexBucketConfiguration.getBucketSet
(Iterable<String> paths) Computes the bucket set for a set of paths based on this configuration.CmsFlexCacheEntry.getBucketSet()
Gets the bucket set for this flex cache entry (may be null).Modifier and TypeMethodDescriptionboolean
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.