Uses of Class
org.opencms.flex.CmsFlexBucketConfiguration.BucketSet
-
Packages that use CmsFlexBucketConfiguration.BucketSet Package Description org.opencms.flex 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.BucketSet Modifier and Type Method Description CmsFlexBucketConfiguration.BucketSetCmsFlexBucketConfiguration. getBucketSet(java.lang.Iterable<java.lang.String> paths)Computes the bucket set for a set of paths based on this configuration.CmsFlexBucketConfiguration.BucketSetCmsFlexCacheEntry. getBucketSet()Gets the bucket set for this flex cache entry (may be null).Methods in org.opencms.flex with parameters of type CmsFlexBucketConfiguration.BucketSet Modifier and Type Method Description booleanCmsFlexBucketConfiguration.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.
-