我已设置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>
重新启动后,我没有发现与日志有任何区别。
答案 0 :(得分:0)
net.sf.ehcache.Statistics将给出DiskHits和MemoryHits的计数。理想情况下,如果所有内容都加载到内存中,它应该为零