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