Ehcache(2.9.x) - Configuration Guide, Configuring Cache
摘要: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
阅读(507)
推荐(0)
Ehcache(2.9.x) - API Developer Guide, Class Loading
摘要: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
阅读(266)
推荐(0)
Ehcache(2.9.x) - API Developer Guide, Cache Eviction Algorithms
摘要: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
阅读(348)
推荐(0)
Ehcache(2.9.x) - API Developer Guide, Cache Extensions
摘要: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
阅读(275)
推荐(0)
Ehcache(2.9.x) - API Developer Guide, Cache Decorators
摘要: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
阅读(314)
推荐(0)
Ehcache(2.9.x) - API Developer Guide, Cache Exception Handlers
摘要: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
阅读(254)
推荐(0)
Ehcache(2.9.x) - API Developer Guide, Cache Event Listeners
摘要: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
阅读(756)
推荐(0)
Ehcache(2.9.x) - API Developer Guide, Cache Manager Event Listeners
摘要: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
阅读(369)
推荐(0)
Ehcache(2.9.x) - API Developer Guide, Cache Loaders
摘要: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
阅读(333)
推荐(0)
Ehcache(2.9.x) - API Developer Guide, Write-Through and Write-Behind Caches
摘要: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
阅读(474)
推荐(0)
Ehcache(2.9.x) - API Developer Guide, Transaction Support
摘要: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
阅读(398)
推荐(0)
Ehcache(2.9.x) - API Developer Guide, Blocking and Self Populating Caches
摘要: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
阅读(214)
推荐(0)
Ehcache(2.9.x) - API Developer Guide, Using Explicit Locking
摘要: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
阅读(456)
推荐(0)
Ehcache(2.9.x) - API Developer Guide, Searching a Cache
摘要: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
阅读(937)
推荐(0)
Ehcache(2.9.x) - API Developer Guide, Cache Usage Patterns
摘要: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
阅读(275)
推荐(0)
Ehcache(2.9.x) - API Developer Guide, Key Classes and Methods
摘要: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)
HttpClient(4.3.5) - HTTP Authentication
摘要:HttpClient provides full support for authentication schemes defined by the HTTP standard specification as well as a number of widely used non-standard
阅读全文
posted @
2016-08-07 15:05
huey2672
阅读(1101)
推荐(0)
Jersey(1.19.1) - Client API, Proxy Configuration
摘要:为 Jersey Client 设置代理,可以使用带有 ClientHandler 参数的构造方法创建 Client 实例。
阅读全文
posted @
2016-07-31 00:01
huey2672
阅读(1216)
推荐(0)
HttpClient(4.3.5) - HttpClient Proxy Configuration
摘要:Even though HttpClient is aware of complex routing scemes and proxy chaining, it supports only simple direct or one hop proxy connections out of the b
阅读全文
posted @
2016-07-30 20:09
huey2672
阅读(919)
推荐(0)
HttpClient(4.3.5) - Redirect Handling
摘要:HttpClient handles all types of redirects automatically, except those explicitly prohibited by the HTTP specification as requiring user intervention.
阅读全文
posted @
2016-07-30 16:54
huey2672
阅读(397)
推荐(0)