All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.greencheek.caching.herdcache.lru.CacheValueComputationFailureHandler Maven / Gradle / Ivy

Go to download

A cache that uses futures to prevent thundering herds to your backend service

There is a newer version: 2.0.19
Show newest version
package org.greencheek.caching.herdcache.lru;

/**
 * Created by dominictootell on 28/07/2014.
 */
public interface CacheValueComputationFailureHandler {
    public void onFailure(String key, Throwable e);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy