org.yestech.cache.impl
Class ConcurrentSkipListMapCacheManager<K,V>

java.lang.Object
  extended by org.yestech.cache.impl.ConcurrentMapCacheManager<K,V>
      extended by org.yestech.cache.impl.ConcurrentSkipListMapCacheManager<K,V>
All Implemented Interfaces:
ICacheManager<K,V>

public class ConcurrentSkipListMapCacheManager<K,V>
extends ConcurrentMapCacheManager<K,V>

Cache Manager for Java ConcurrentSkipListMap

Version:
$Revision: $
Author:
Artie Copeland

Constructor Summary
ConcurrentSkipListMapCacheManager()
           
 
Method Summary
 
Methods inherited from class org.yestech.cache.impl.ConcurrentMapCacheManager
contains, flush, flushAll, get, getCache, keys, load, put, put, putAll, setCache, store, values
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConcurrentSkipListMapCacheManager

public ConcurrentSkipListMapCacheManager()


Copyright © 2010 YES Technology Association. All Rights Reserved.