接口 org.tinygroup.jspengine.appserv.util.cache.Cache
的使用

使用 Cache 的软件包
org.tinygroup.jspengine.appserv.util.cache   
 

org.tinygroup.jspengine.appserv.util.cacheCache 的使用
 

实现 Cacheorg.tinygroup.jspengine.appserv.util.cache 中的类
 class BaseCache
          BaseCache Generic in-memory, abstract cache
 class BoundedMultiLruCache
          MultiLruCache -- in-memory bounded LRU cache with multiple LRU lists Underlying Hashtable is made into logical segments, with each segment having its own LRU list.
 class LruCache
          LRUCache in-memory bounded cache with an LRU list
 class MultiLruCache
          MultiLruCache -- in-memory bounded LRU cache with multiple LRU lists Underlying Hashtable is made into logical segments, with each segment having its own LRU list.
 



Copyright © 2006–2014 开源组织. All rights reserved.