org.greencheek.caching.herdcache.lru.CacheValueComputationFailureHandler Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of herdcache Show documentation
Show all versions of herdcache Show documentation
A cache that uses futures to prevent thundering herds to your backend service
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