public interface NearCacheNotify
Notify other cluster members to invalidate parts of their near cache.
-
Method Summary
Modifier and TypeMethodDescriptionvoidinvalidateClear(String cacheKey) Clear a near cache.voidinvalidateKey(String cacheKey, Object id) Invalidate a single key.voidinvalidateKeys(String cacheKey, Set<Object> keySet) Invalidate the given keys.
-
Method Details
-
invalidateKeys
Invalidate the given keys. -
invalidateKey
Invalidate a single key. -
invalidateClear
Clear a near cache.
-