public class MemoryLRUCache<Key extends Serializable,Value> extends Object implements com.adobe.fd.signatures.pki.util.CacheInterface<Key,Value>
| Constructor and Description |
|---|
MemoryLRUCache(int size) |
| Modifier and Type | Method and Description |
|---|---|
Value |
addData(Key key,
Value data) |
void |
clearAll() |
Value |
getValue(Key key) |
void |
removeData(Key key) |
public Value addData(Key key, Value data) throws PKIException
PKIExceptionpublic void clearAll()
throws PKIException
PKIExceptionpublic Value getValue(Key key) throws PKIException
PKIExceptionpublic void removeData(Key key) throws PKIException
PKIExceptionCopyright © 1982–2023 Adobe Systems Incorporated. All rights reserved.