public class EhCacheStoreFactory extends BaseStoreFactory
| Modifier and Type | Field and Description |
|---|---|
protected IdGenerator |
idGenerator |
storeListeners| Constructor and Description |
|---|
EhCacheStoreFactory() |
| Modifier and Type | Method and Description |
|---|---|
void |
close(Store store)
Closes a
Store with the specified name, |
net.sf.ehcache.CacheManager |
getCacheManager() |
CacheManagerFactory |
getCacheManagerFactory() |
IdGenerator |
getIdGenerator() |
Store |
open(java.lang.String name)
Opens a
Store with the specified name. |
void |
setCacheManager(net.sf.ehcache.CacheManager cacheManager) |
void |
setCacheManagerFactory(CacheManagerFactory cacheManagerFactory) |
void |
setIdGenerator(IdGenerator idGenerator) |
getStoreListeners, setStoreListenersprotected IdGenerator idGenerator
public Store open(java.lang.String name) throws java.io.IOException
StoreFactoryStore with the specified name.java.io.IOExceptionpublic void close(Store store) throws java.io.IOException
StoreFactoryStore with the specified name,java.io.IOExceptionpublic IdGenerator getIdGenerator()
public void setIdGenerator(IdGenerator idGenerator)
public net.sf.ehcache.CacheManager getCacheManager()
public void setCacheManager(net.sf.ehcache.CacheManager cacheManager)
public CacheManagerFactory getCacheManagerFactory()
public void setCacheManagerFactory(CacheManagerFactory cacheManagerFactory)
Copyright © 2005-2014 FuseSource. All Rights Reserved.