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
PKIException
public void clearAll() throws PKIException
PKIException
public Value getValue(Key key) throws PKIException
PKIException
public void removeData(Key key) throws PKIException
PKIException
Copyright © 1982–2023 Adobe Systems Incorporated. All rights reserved.