Uses of Class
org.opencms.flex.CmsFlexBucketConfiguration.BucketSet
Packages that use 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
Methods in org.opencms.flex that return CmsFlexBucketConfiguration.BucketSetModifier 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).Methods in org.opencms.flex with parameters of type CmsFlexBucketConfiguration.BucketSetModifier and TypeMethodDescriptionbooleanCmsFlexBucketConfiguration.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.voidCmsFlexCacheEntry.setBucketSet(CmsFlexBucketConfiguration.BucketSet bucketSet) Sets the bucket set for this flex cache entry.