Class CacheableSet<E>

java.lang.Object
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: