|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ehcache.config.persistence.CacheManagerPersistenceConfiguration
public class CacheManagerPersistenceConfiguration
Constructor Summary | |
---|---|
CacheManagerPersistenceConfiguration(java.io.File rootDirectory)
|
Method Summary | |
---|---|
CacheManagerBuilder<PersistentCacheManager> |
builder(CacheManagerBuilder<? extends CacheManager> other)
|
java.io.File |
getRootDirectory()
|
java.lang.Class<LocalPersistenceService> |
getServiceType()
Indicates which service consumes this configuration at creation. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CacheManagerPersistenceConfiguration(java.io.File rootDirectory)
Method Detail |
---|
public java.io.File getRootDirectory()
getRootDirectory
in interface PersistenceConfiguration
public java.lang.Class<LocalPersistenceService> getServiceType()
ServiceCreationConfiguration
getServiceType
in interface ServiceCreationConfiguration<LocalPersistenceService>
public CacheManagerBuilder<PersistentCacheManager> builder(CacheManagerBuilder<? extends CacheManager> other)
builder
in interface CacheManagerConfiguration<PersistentCacheManager>
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |