我正在使用以下配置。我想查看缓存文件并查看从textpad / noteoad访问数据?那可能吗?我可以在Cache中验证数据吗?
<cache name="cDBResponse" eternal="false"
maxElementsInMemory="100" overflowToDisk="false" diskPersistent="false"
timeToIdleSeconds="0" timeToLiveSeconds="600"
memoryStoreEvictionPolicy="LRU">
<cacheEventListenerFactory class="com.optumhealth.authorization.service.MyCacheEventListenerFactory"/>
</cache>
答案 0 :(得分:1)
您至少应该设置diskPersistent =“true”并检查默认磁盘存储的位置:
默认情况下,它在此节点中定义
<diskStore path="java.io.tmpdir"/>
其中java.io.tmpdir将取决于您的操作系统