public class SingleFileCacheStoreConfiguration extends AbstractStoreConfiguration
| Constructor and Description |
|---|
SingleFileCacheStoreConfiguration(String location,
int maxKeysInMemory,
boolean purgeOnStartup,
boolean purgeSynchronously,
int purgerThreads,
boolean fetchPersistentState,
boolean ignoreModifications,
TypedProperties properties,
AsyncStoreConfiguration async,
SingletonStoreConfiguration singletonStore) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
hashCode() |
String |
location() |
int |
maxEntries() |
String |
toString() |
async, fetchPersistentState, ignoreModifications, purgeOnStartup, purgerThreads, purgeSynchronously, singletonStorepropertiesclone, finalize, getClass, notify, notifyAll, wait, wait, waitpropertiespublic SingleFileCacheStoreConfiguration(String location, int maxKeysInMemory, boolean purgeOnStartup, boolean purgeSynchronously, int purgerThreads, boolean fetchPersistentState, boolean ignoreModifications, TypedProperties properties, AsyncStoreConfiguration async, SingletonStoreConfiguration singletonStore)
public String location()
public int maxEntries()
public boolean equals(Object o)
equals in class AbstractStoreConfigurationpublic int hashCode()
hashCode in class AbstractStoreConfigurationCopyright © 2013 JBoss, a division of Red Hat. All Rights Reserved.