public class InMemoryProgramCache extends Object implements ProgramCache
| Constructor and Description |
|---|
InMemoryProgramCache() |
| Modifier and Type | Method and Description |
|---|---|
Program |
get(MethodReference method) |
void |
store(MethodReference method,
Program program) |
public Program get(MethodReference method)
get in interface ProgramCachepublic void store(MethodReference method, Program program)
store in interface ProgramCacheCopyright © 2015. All rights reserved.