public final class LRUCache extends Object
A cache backed by a Collections.SynchronizedMap
| Constructor and description | 
|---|
| LRUCache
                                (int maxCacheSize) | 
Copyright © 2003-2016 The Apache Software Foundation. All rights reserved.