Class CacheWrapper<T>

java.lang.Object
org.deltava.util.cache.CacheWrapper<T>
Type Parameters:
T - the cacheable object type
All Implemented Interfaces:
Serializable, Cacheable

public class CacheWrapper<T> extends Object implements Cacheable
A utility class to create a cacheable Object.
Since:
6.0
Version:
7.2
Author:
Luke
See Also: