Class CacheableSet<E>

Type Parameters:
E - the cacheable object type
All Implemented Interfaces:
Serializable, Cloneable, Iterable<E>, Collection<E>, SequencedCollection<E>, SequencedSet<E>, Set<E>, Cacheable, CacheableCollection<E>

public class CacheableSet<E> extends LinkedHashSet<E> implements CacheableCollection<E>
A utility class to create a cacheable Set.
Since:
1.0
Version:
7.2
Author:
Luke
See Also:
  • Constructor Details

    • CacheableSet

      public CacheableSet(Object key)
      Initializes the cachable set.
      Parameters:
      key - the cache key
    • CacheableSet

      public CacheableSet(CacheableCollection<E> cc)
      Copy constructor.
      Parameters:
      cc - the original CacheableCollection
  • Method Details