net.sf.extjwnl.util.cache
Class LRUPOSCache<K,V>

java.lang.Object
  extended by 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:

Constructor Summary
LRUPOSCache(int capacity)
           
 
Method Summary
 Cache<K,V> getCache(POS pos)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LRUPOSCache

public LRUPOSCache(int capacity)
Method Detail

getCache

public Cache<K,V> getCache(POS pos)
Specified by:
getCache in interface POSCache<K,V>


Copyright © 2013. All Rights Reserved.