Package org.exoplatform.commons.cache.future


package org.exoplatform.commons.cache.future
  • Class
    Description
    A future cache that prevents the loading of the same resource twice.
     
    FutureMap<K extends Serializable,V,C>
     
    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.