Package org.exoplatform.commons.cache.future
package org.exoplatform.commons.cache.future
-
ClassDescriptionFutureCache<K,
V, C> A future cache that prevents the loading of the same resource twice.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.