码迷,mamicode.com
首页 >  
搜索关键字:ehcache    ( 740个结果
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 ...
分类:Windows程序   时间:2016-09-06 21:11:09    阅读次数:200
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 ...
分类:Windows程序   时间:2016-09-06 21:09:42    阅读次数:248
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 ...
分类:Windows程序   时间:2016-09-06 19:45:30    阅读次数:220
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 ...
分类:Windows程序   时间:2016-09-06 15:07:51    阅读次数:254
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 ...
分类:Windows程序   时间:2016-09-06 11:59:17    阅读次数:354
Hibernatne 缓存中二级缓存简单介绍
hibernate的session提供了一级缓存,每个session,对同一个id进行两次load,不会发送两条sql给数据库,但是session关闭的时候,一级缓存就失效了。 二级缓存是SessionFactory级别的全局缓存,它底下可以使用不同的缓存类库,比如ehcache、oscache等, ...
分类:其他好文   时间:2016-09-05 19:11:03    阅读次数:215
二级缓存和配置原理
二级缓存是进程或集群范围内的缓存,可以被所有的Session共享 二级缓存是可配置的插件 01.二级缓存的配置使用(ehcache缓存) *1.引入如下jar包。 ehcache-1.2.3.jar 核心库 backport-util-concurrent.jar commons-logging.j ...
分类:其他好文   时间:2016-09-05 17:02:19    阅读次数:124
二级缓存配置和原理
二级缓存是进程或集群范围内的缓存,可以被所有的Session共享 二级缓存是可配置的插件 01.二级缓存的配置使用(ehcache缓存) *1.引入如下jar包。 ehcache-1.2.3.jar 核心库 backport-util-concurrent.jar commons-logging.j ...
分类:其他好文   时间:2016-09-05 16:58:08    阅读次数:113
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 ...
分类:Windows程序   时间:2016-09-03 18:14:38    阅读次数:235
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 ...
分类:Windows程序   时间:2016-09-03 16:33:56    阅读次数:282
740条   上一页 1 ... 35 36 37 38 39 ... 74 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!