net.sf.extjwnl.util.cache
Class LRUPOSCache<K,V>
java.lang.Object
net.sf.extjwnl.util.cache.LRUPOSCache<K,V>
- All Implemented Interfaces:
- POSCache<K,V>
public class LRUPOSCache<K,V>
- extends Object
- implements POSCache<K,V>
A set of Caches split by POS.
- Author:
- Aliaksandr Autayeu
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LRUPOSCache
public LRUPOSCache(int capacity)
getCache
public Cache<K,V> getCache(POS pos)
- Specified by:
getCache
in interface POSCache<K,V>
Copyright © 2013. All Rights Reserved.