Package jetbrains.mps.util
Class SimpleLRUCache<K>
- java.lang.Object
 - 
- jetbrains.mps.util.SimpleLRUCache<K>
 
 
- 
public class SimpleLRUCache<K> extends Object
User: fyodor Date: 8/27/12 
- 
- 
Constructor Summary
Constructors Constructor Description SimpleLRUCache()SimpleLRUCache(int maxSize) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description KcacheObject(K toCache)protected Kcanonic(K k)protected voidpurged(K k)intsize()StringtoString() 
 -