上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 46 下一页
  2016年9月6日
摘要: About Write-Through and Write-Behind Caches Write-through caching is a caching pattern where writes to the cache cause writes to an underlying resourc 阅读全文
posted @ 2016-09-06 11:33 huey2672 阅读(437) 评论(0) 推荐(0) 编辑
  2016年9月5日
摘要: About Transaction Support Transactions are supported in versions of Ehcache 2.0 and higher. The 2.3.x or lower releases only support XA. However since 阅读全文
posted @ 2016-09-05 21:03 huey2672 阅读(375) 评论(0) 推荐(0) 编辑
  2016年9月3日
摘要: About Blocking and Self-Populating Caches The net.sf.ehcache.constructs package contains some applied caching classes which use the core classes to so 阅读全文
posted @ 2016-09-03 17:05 huey2672 阅读(200) 评论(0) 推荐(0) 编辑
摘要: About Explicit Locking Ehcache contains an implementation which provides for explicit locking, using read and write locks. With explicit locking, it i 阅读全文
posted @ 2016-09-03 15:59 huey2672 阅读(436) 评论(0) 推荐(0) 编辑
  2016年8月31日
摘要: About Searching The Search API allows you to execute arbitrarily complex queries against caches. The development of alternative indexes on values prov 阅读全文
posted @ 2016-08-31 18:00 huey2672 阅读(905) 评论(0) 推荐(0) 编辑
  2016年8月30日
摘要: 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 阅读(255) 评论(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 阅读(354) 评论(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 阅读(204) 评论(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 阅读(166) 评论(0) 推荐(0) 编辑
  2016年8月21日
摘要: 假设 jBPM 包的解压路径为 E:/jbpm-installer,Eclipse 的安装目录为 E:/eclipse。 安装 jBPM 插件 1. 将 E:/jbpm-installer/lib 目录下的 org.drools.updatesite-6.3.0.Final.zip 解压至 E:/E 阅读全文
posted @ 2016-08-21 01:31 huey2672 阅读(1217) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 46 下一页