public interface EhCacheConfiguration
extends org.qi4j.api.configuration.ConfigurationComposite
Modifier and Type | Method and Description |
---|---|
org.qi4j.api.property.Property<String> |
cacheManagerName() |
org.qi4j.api.property.Property<Boolean> |
clearOnFlush() |
org.qi4j.api.property.Property<Integer> |
diskAccessStripes() |
org.qi4j.api.property.Property<Long> |
diskExpiryThreadIntervalSeconds() |
org.qi4j.api.property.Property<Integer> |
diskSpoolBufferSizeMB() |
org.qi4j.api.property.Property<String> |
diskStorePath() |
org.qi4j.api.property.Property<Boolean> |
eternal() |
org.qi4j.api.property.Property<Boolean> |
loggingEnabled() |
org.qi4j.api.property.Property<Integer> |
maxElementsInMemory()
Number of objects the ehCache should keep in memory.
|
org.qi4j.api.property.Property<Integer> |
maxElementsOnDisk() |
org.qi4j.api.property.Property<String> |
memoryStoreEvictionPolicy() |
org.qi4j.api.property.Property<String> |
monitoring() |
org.qi4j.api.property.Property<String> |
name() |
org.qi4j.api.property.Property<net.sf.ehcache.config.PersistenceConfiguration.Strategy> |
persistenceStrategy()
Cache Persistence Strategy.
|
org.qi4j.api.property.Property<Long> |
timeToIdleSeconds() |
org.qi4j.api.property.Property<Long> |
timeToLiveSeconds() |
org.qi4j.api.property.Property<String> |
transactionalMode() |
org.qi4j.api.property.Property<Boolean> |
updateCheck() |
@Optional @UseDefaults org.qi4j.api.property.Property<Boolean> clearOnFlush()
@Optional @UseDefaults org.qi4j.api.property.Property<Integer> diskAccessStripes()
@Optional @UseDefaults org.qi4j.api.property.Property<Long> diskExpiryThreadIntervalSeconds()
@Optional org.qi4j.api.property.Property<net.sf.ehcache.config.PersistenceConfiguration.Strategy> persistenceStrategy()
@Optional @UseDefaults org.qi4j.api.property.Property<String> diskStorePath()
@Optional @UseDefaults org.qi4j.api.property.Property<Integer> diskSpoolBufferSizeMB()
@Optional @UseDefaults org.qi4j.api.property.Property<Boolean> eternal()
@Optional @UseDefaults org.qi4j.api.property.Property<Boolean> loggingEnabled()
@Optional @UseDefaults org.qi4j.api.property.Property<Integer> maxElementsInMemory()
@Optional @UseDefaults org.qi4j.api.property.Property<Integer> maxElementsOnDisk()
@Optional @UseDefaults org.qi4j.api.property.Property<String> memoryStoreEvictionPolicy()
@Optional @UseDefaults org.qi4j.api.property.Property<String> name()
@Optional @UseDefaults org.qi4j.api.property.Property<String> transactionalMode()
@Optional @UseDefaults org.qi4j.api.property.Property<Long> timeToLiveSeconds()
@Optional @UseDefaults org.qi4j.api.property.Property<Long> timeToIdleSeconds()
@Optional @UseDefaults org.qi4j.api.property.Property<String> cacheManagerName()
@Optional @UseDefaults org.qi4j.api.property.Property<String> monitoring()
@Optional @UseDefaults org.qi4j.api.property.Property<Boolean> updateCheck()