Class CacheArray<T>

java.lang.Object
com.killcoding.cache.CacheArray<T>
All Implemented Interfaces:
Serializable

public class CacheArray<T> extends Object implements Serializable
This class use asynchronous caching to handle large result and large list. Need class CacheArrayFilter to use.
See Also: