Interface CacheableCollection<E>

Type Parameters:
E - the cacheable object type
All Superinterfaces:
Cacheable, Collection<E>, Iterable<E>, Serializable
All Known Implementing Classes:
CacheableList, CacheableSet

public interface CacheableCollection<E> extends Collection<E>, Cacheable
An interface to label cacheable Collections.
Since:
1.1
Version:
7.2
Author:
Luke