Package org.exoplatform.services.cache.future
-
Interface Summary Interface Description Loader<K,V,C> The loader interface is used by the future cache to retrieves the value from the key when it does not exist. -
Class Summary Class Description FutureCache<K,V,C> A future cache that prevents the loading of the same resource twice.FutureExoCache<K extends Serializable,V,C>