public final class CacheArguments extends Object
This class is used by generated parsers for rules taking arguments and
annotated with Cached
. In this case, a Map
is generated whose
keys are instances of this class, and values are already generated rules.
What this class basically does is generate a "digest" of rule
arguments (as an Object[]
).
Constructor and Description |
---|
CacheArguments(Object... params) |