|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.ehcache.impl.config.persistence.CacheManagerPersistenceConfiguration
public class CacheManagerPersistenceConfiguration
| Constructor Summary | |
|---|---|
CacheManagerPersistenceConfiguration(java.io.File rootDirectory)
|
|
| Method Summary | |
|---|---|
CacheManagerBuilder<PersistentCacheManager> |
builder(CacheManagerBuilder<? extends CacheManager> other)
Enables to refine the type that the CacheManagerBuilder will build. |
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 PersistenceConfigurationpublic java.lang.Class<LocalPersistenceService> getServiceType()
ServiceCreationConfiguration
getServiceType in interface ServiceCreationConfiguration<LocalPersistenceService>public CacheManagerBuilder<PersistentCacheManager> builder(CacheManagerBuilder<? extends CacheManager> other)
CacheManagerConfigurationCacheManagerBuilder will build.
builder in interface CacheManagerConfiguration<PersistentCacheManager>other - the original builder to start from
CacheManager subtype
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||