io.ebean.redis.NearCacheNotify Maven / Gradle / Ivy
package io.ebean.redis;
import java.util.Set;
/**
* Notify other cluster members to invalidate parts of their near cache.
*/
public interface NearCacheNotify {
/**
* Invalidate the given keys.
*/
void invalidateKeys(String cacheKey, Set
© 2015 - 2025 Weber Informatics LLC | Privacy Policy