上一页 1 2 3 4 5 6 7 8 9 10 ··· 46 下一页
  2016年9月10日
摘要: About Storage Tiers Ehcache has three storage tiers, summarized here: Memory store – Heap memory that holds a copy of the hottest subset of data from 阅读全文
posted @ 2016-09-10 14:15 huey2672 阅读(440) 评论(0) 推荐(0) 编辑
  2016年9月9日
摘要: About Ehcache Configuration Ehcache supports declarative configuration via an XML configuration file, as well as programmatic configuration via class- 阅读全文
posted @ 2016-09-09 13:58 huey2672 阅读(471) 评论(0) 推荐(0) 编辑
  2016年9月6日
摘要: About Class Loading Class loading, within the plethora of environments that Ehcache can be running, could be complex. But with Ehcache, all class load 阅读全文
posted @ 2016-09-06 21:44 huey2672 阅读(254) 评论(0) 推荐(0) 编辑
摘要: About Cache Eviction Algorithms A cache eviction algorithm is a way of deciding which element to evict when the cache is full. In Ehcache , the memory 阅读全文
posted @ 2016-09-06 21:39 huey2672 阅读(319) 评论(0) 推荐(0) 编辑
摘要: About Cache Extensions Cache extensions are a general-purpose mechanism to allow generic extensions to a cache. Cache extensions are tied into the cac 阅读全文
posted @ 2016-09-06 21:02 huey2672 阅读(259) 评论(0) 推荐(0) 编辑
摘要: About Cache Decorators Ehcache uses the Ehcache interface, of which Cache is an implementation. It is possible and encouraged to create Ehcache decora 阅读全文
posted @ 2016-09-06 20:32 huey2672 阅读(270) 评论(0) 推荐(0) 编辑
摘要: About Exception Handlers By default, most cache operations will propagate a runtime CacheException on failure. An interceptor, using a dynamic proxy, 阅读全文
posted @ 2016-09-06 20:11 huey2672 阅读(239) 评论(0) 推荐(0) 编辑
摘要: About Cache Event Listeners Cache listeners allow implementers to register callback methods that will be executed when a cache event occurs. Cache lis 阅读全文
posted @ 2016-09-06 19:46 huey2672 阅读(722) 评论(0) 推荐(0) 编辑
摘要: About CacheManager Event Listeners CacheManager event listeners allow implementers to register callback methods that will be executed when a CacheMana 阅读全文
posted @ 2016-09-06 19:13 huey2672 阅读(352) 评论(0) 推荐(0) 编辑
摘要: About Cache Loaders A CacheLoader is an interface that specifies load() and loadAll() methods with a variety of parameters. CacheLoaders are incorpora 阅读全文
posted @ 2016-09-06 13:34 huey2672 阅读(313) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 10 ··· 46 下一页