public static class MetaMethodIndex.Cache
extends Object
A cache of metamethods indexed by name.
| Modifiers | Name | Description |
|---|---|---|
MetaMethodIndex.MetaMethodCache |
cachedMethod |
Cached method result for normal calls |
MetaMethodIndex.MetaMethodCache |
cachedMethodForSuper |
Cached method result for super calls |
MetaMethodIndex.MetaMethodCache |
cachedStaticMethod |
Cached static method result |
Object |
methods |
A list of methods or a single method |
Object |
methodsForSuper |
Methods available for super calls |
String |
name |
The method name |
Object |
staticMethods |
Static methods for this name |
Cached method result for normal calls
Cached method result for super calls
Cached static method result
A list of methods or a single method
Methods available for super calls
The method name
Static methods for this name
Constructs a new Cache for the given method name.
name - the method nameCopyright © 2003-2026 The Apache Software Foundation. All rights reserved.