public interface ProgramCache
| Modifier and Type | Method and Description |
|---|---|
Program |
get(MethodReference method) |
void |
store(MethodReference method,
Program program) |
Program get(MethodReference method)
void store(MethodReference method, Program program)
Copyright © 2015. All rights reserved.