public static class StadtbilderUtils.ConcurrentLRUCache<Key,Value> extends Object
| Constructor and Description |
|---|
ConcurrentLRUCache(int maxSize)
Creates a new ConcurrentLRUCache object.
|
| Modifier and Type | Method and Description |
|---|---|
Value |
get(Key key)
DOCUMENT ME!
|
void |
put(Key key,
Value value)
DOCUMENT ME!
|
Copyright © 2012–2025 cismet GmbH. All rights reserved.