【发布时间】:2012-02-24 01:20:26
【问题描述】:
我设置了DiskStoreBootstrapCacheLoaderFactory。如何检查它是否真的有效?
<cache name="systemService.getLatestPublishInfo"
maxElementsInMemory="5" eternal="true" timeToIdleSeconds="0"
timeToLiveSeconds="0" overflowToDisk="true" maxElementsOnDisk="100"
diskPersistent="true" diskExpiryThreadIntervalSeconds="120"
memoryStoreEvictionPolicy="LRU">
<bootstrapCacheLoaderFactory
class="net.sf.ehcache.store.DiskStoreBootstrapCacheLoaderFactory"
properties="bootstrapAsynchronously=false" />
</cache>
重启后我没有观察到与日志有任何不同。
【问题讨论】:
标签: ehcache