- All Known Implementing Classes:
DuelCache
public interface NearCacheInvalidate
Near cache invalidation.
-
Method Summary
Modifier and TypeMethodDescriptionvoidClear the near cache.voidinvalidateKey(Object id) Invalidate from near cache the given key.voidinvalidateKeys(Set<Object> keySet) Invalidate from near cache the given keys.
-
Method Details
-
invalidateKeys
Invalidate from near cache the given keys. -
invalidateKey
Invalidate from near cache the given key. -
invalidateClear
void invalidateClear()Clear the near cache.
-