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

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

public class TreeMapCacheManager<K,V>
extends MapCacheManager<K,V>

Cache Manager for TreeMap

Version:
$Revision: $
Author:
Artie Copeland

Constructor Summary
TreeMapCacheManager()
           
 
Method Summary
 
Methods inherited from class org.yestech.cache.impl.MapCacheManager
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

TreeMapCacheManager

public TreeMapCacheManager()


Copyright © 2010 YES Technology Association. All Rights Reserved.