- All Implemented Interfaces:
- com.github.benmanes.caffeine.cache.RemovalListener<Object,Object>, Function<org.infinispan.client.hotrod.event.impl.ClientListenerNotifier,org.infinispan.client.hotrod.near.NearCacheService<K,V>>, Supplier<com.github.benmanes.caffeine.cache.Cache<K,org.infinispan.client.hotrod.MetadataValue<V>>>
public class SessionManagerNearCacheFactory<K,V>
extends Object
implements Function<org.infinispan.client.hotrod.event.impl.ClientListenerNotifier,org.infinispan.client.hotrod.near.NearCacheService<K,V>>, Supplier<com.github.benmanes.caffeine.cache.Cache<K,org.infinispan.client.hotrod.MetadataValue<V>>>, com.github.benmanes.caffeine.cache.RemovalListener<Object,Object>
A near-cache factory based on max-active-sessions.
- Author:
- Paul Ferraro