摘要:
There are several common access patterns when using a cache. Ehcache supports the following patterns: Cache-aside (or direct manipulation) Cache-as-so 阅读全文
posted @ 2016-08-30 21:27
huey2672
阅读(276)
评论(0)
推荐(0)
摘要:
Creating a CacheManager All usages of the Ehcache API start with the creation of a CacheManager. The following code snippets illustrate various ways t 阅读全文
posted @ 2016-08-30 18:09
huey2672
阅读(362)
评论(0)
推荐(0)
摘要:
About the Key Classes Ehcache consists of a CacheManager, which manages logical data sets represented as Caches. A Cache object contains Elements, whi 阅读全文
posted @ 2016-08-30 16:53
huey2672
阅读(218)
评论(0)
推荐(0)
摘要:
Ehcache 2.9.x API Developer Guide Key Classes and Methods Basic Caching Cache Usage Patterns Searching a Cache Using Explicit Locking Blocking and Sel 阅读全文
posted @ 2016-08-30 16:32
huey2672
阅读(174)
评论(0)
推荐(0)