public class CmsFlexBucketConfiguration.BucketSet extends java.lang.Object
Modifier | Constructor and Description |
---|---|
protected |
BucketSet(java.util.Set<java.lang.String> buckets)
Creates a new instance from a set of bucket names.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<java.lang.String> |
getBucketNames()
Computes the list of bucket names for this instance.
|
boolean |
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.
|
java.lang.String |
toString() |
protected BucketSet(java.util.Set<java.lang.String> buckets)
buckets
- the bucket namespublic java.util.List<java.lang.String> getBucketNames()
public boolean matchForDeletion(CmsFlexBucketConfiguration.BucketSet flexEntryBucketSet)
flexEntryBucketSet
- the bucket set for the flex cache entrypublic java.lang.String toString()
toString
in class java.lang.Object
Object.toString()