org.hibernate.cache.infinispan.util
Class CacheHelper
java.lang.Object
org.hibernate.cache.infinispan.util.CacheHelper
public class CacheHelper
- extends Object
Helper for dealing with Infinisan cache instances.
- Since:
- 3.5
- Author:
- Galder ZamarreƱo
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
initInternalEvict
public static void initInternalEvict(CacheAdapter cacheAdapter,
AddressAdapter member)
sendEvictAllNotification
public static void sendEvictAllNotification(CacheAdapter cacheAdapter,
AddressAdapter member)
isEvictAllNotification
public static boolean isEvictAllNotification(Object key)
containsEvictAllNotification
public static boolean containsEvictAllNotification(Set keySet,
AddressAdapter member)
isEvictAllNotification
public static boolean isEvictAllNotification(Object key,
Object value)
Copyright © 2001-2010 Red Hat, Inc. All Rights Reserved.