ch.qos.logback.classic.pattern.lru
Class T_LRUCache<K>
java.lang.Object
ch.qos.logback.classic.pattern.lru.T_LRUCache<K>
public class T_LRUCache<K>
- extends Object
This is an alternative (slower) implementation of LRUCache for testing
purposes.
- Author:
- Ceki Gulcu
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
T_LRUCache
public T_LRUCache(int size)
put
public void put(K k)
get
public K get(K k)
keyList
public List<K> keyList()
dump
public void dump()
Copyright © 2005-2009 QOS.ch. All Rights Reserved.