public interface EntryLookup
Modifier and Type | Method and Description |
---|---|
Map<Object,CacheEntry> |
getLookedUpEntries()
Retrieves a map of entries looked up within the current scope.
|
CacheEntry |
lookupEntry(Object key)
Retrieves an entry from the collection of looked up entries in the current scope.
|
void |
putLookedUpEntry(Object key,
CacheEntry e)
Puts an entry in the registry of looked up entries in the current scope.
|
void |
removeLookedUpEntry(Object key) |
CacheEntry lookupEntry(Object key)
key
- key to look upMap<Object,CacheEntry> getLookedUpEntries()
void putLookedUpEntry(Object key, CacheEntry e)
key
- key to storee
- entry to storevoid removeLookedUpEntry(Object key)
Copyright © 2014 JBoss, a division of Red Hat. All Rights Reserved.