public class JCacheCacheEntryListenerFactory<K,T extends org.apache.gora.persistency.impl.PersistentBase> extends Object implements javax.cache.configuration.Factory<JCacheCacheEntryListener<K,T>>
JCacheCacheEntryListenerFactory is the primary class
responsible for creating cache entry listeners which listens on CacheEntryEvent
cache entry events EG:- Creation, Removal, etc of keys on caches and trigger actions as specified.| Modifier and Type | Field and Description |
|---|---|
static long |
serialVersionUID |
| Constructor and Description |
|---|
JCacheCacheEntryListenerFactory(JCacheCacheEntryListener<K,T> instance) |
public static final long serialVersionUID
public JCacheCacheEntryListenerFactory(JCacheCacheEntryListener<K,T> instance)
public JCacheCacheEntryListener<K,T> create()
create in interface javax.cache.configuration.Factory<JCacheCacheEntryListener<K,T extends org.apache.gora.persistency.impl.PersistentBase>>Copyright © 2010-2017 The Apache Software Foundation. All Rights Reserved.