public class EmptyRegularMethodNodeCache extends Object implements MethodNodeCache
| Constructor and Description |
|---|
EmptyRegularMethodNodeCache() |
| Modifier and Type | Method and Description |
|---|---|
RegularMethodNode |
get(MethodReference methodReference) |
AsyncMethodNode |
getAsync(MethodReference methodReference) |
void |
store(MethodReference methodReference,
RegularMethodNode node) |
void |
storeAsync(MethodReference methodReference,
AsyncMethodNode node) |
public RegularMethodNode get(MethodReference methodReference)
get in interface MethodNodeCachepublic void store(MethodReference methodReference, RegularMethodNode node)
store in interface MethodNodeCachepublic AsyncMethodNode getAsync(MethodReference methodReference)
getAsync in interface MethodNodeCachepublic void storeAsync(MethodReference methodReference, AsyncMethodNode node)
storeAsync in interface MethodNodeCacheCopyright © 2015. All rights reserved.