Class CacheableList<E>

java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<E>
java.util.ArrayList<E>
org.deltava.util.cache.CacheableList<E>
Type Parameters:
E - the cacheable object type
All Implemented Interfaces:
Serializable, Cloneable, Iterable<E>, Collection<E>, List<E>, RandomAccess, SequencedCollection<E>, Cacheable, CacheableCollection<E>

public class CacheableList<E> extends ArrayList<E> implements CacheableCollection<E>
A utility class to create a cacheable List.
Since:
1.1
Version:
7.2
Author:
Luke
See Also: