ehcache.xml 簡介


EhCache 的使用需要有 ehcache.xml 設定檔支持,設定檔中設定了很多 cache 節點,每個cache 節點會設定一個name 屬性,例如:<cache name="blog" …>,該屬性是CacheKit 取值所必須的。其它配置項如 eternal、 overflowToDisk、timeToIdleSeconds、 timeToLiveSeconds 詳見 EhCache 官方文件。