me.add(new EhCachePlugin());// 缓存配置
<cache name="token" eternal="false" timeToIdleSeconds="600" timeToLiveSeconds="600" maxElementsInMemory="1000" memoryStoreEvictionPolicy="FIFO"/>
下面这个是我的项目结构
在实际使用的过程当中不到10分钟缓存中的数据就过期了,不知道哪里出了问题?
项目:JFinal
me.add(new EhCachePlugin());// 缓存配置
<cache name="token" eternal="false" timeToIdleSeconds="600" timeToLiveSeconds="600" maxElementsInMemory="1000" memoryStoreEvictionPolicy="FIFO"/>
下面这个是我的项目结构
在实际使用的过程当中不到10分钟缓存中的数据就过期了,不知道哪里出了问题?