Interface | Description |
---|---|
Invalidator |
Abstract invalidator of "something".
|
OptoFactory.ConstantFactory |
A factory for abstract "constant" representations of objects.
|
Class | Description |
---|---|
ConstantCache |
A tuple representing the data needed to verify a cached constant:
The value of the constant
The generation of the constant's invalidator at the time of caching
The constant's invalidator
(Optional) the hashcode of the module form which the constant was cache
|
ConstantInvalidator |
A validator specific to how we manage Ruby constants.
|
FailoverSwitchPointInvalidator | |
GenerationAndSwitchPointInvalidator | |
GenerationInvalidator | |
ObjectIdentityInvalidator | |
OptoFactory |
A set of factory methods to construct optimizing utilities for compilation,
cache invalidation, and so on.
|
SwitchPointInvalidator |
Copyright © 2001-2018 JRuby. All Rights Reserved.