我在一个spring应用程序中,尝试从ehcache迁移到redis。到目前为止还不错,但是还没有弄清楚如何在绝地中声明缓存区域,就像我们现在用ehcahe做的那样。
<cache
name="veryShortLivingCache"
timeToLiveSeconds="30"
timeToIdleSeconds="30"
overflowToDisk="false"
eternal="false"
maxElementsInMemory="86400"
memoryStoreEvictionPolicy="LRU" />
提前谢谢。
暂无答案!
目前还没有任何答案,快来回答吧!