Class ObjectIdentityInvalidator

java.lang.Object
org.jruby.runtime.opto.ObjectIdentityInvalidator
All Implemented Interfaces:
Invalidator

@Deprecated(since="10.0", forRemoval=true) public class ObjectIdentityInvalidator extends Object implements Invalidator
Deprecated, for removal: This API element is subject to removal in a future version.
  • Constructor Details

    • ObjectIdentityInvalidator

      public ObjectIdentityInvalidator()
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • invalidate

      public void invalidate()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      invalidate in interface Invalidator
    • invalidateAll

      public void invalidateAll(List<Invalidator> invalidators)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      invalidateAll in interface Invalidator
    • getData

      public Object getData()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      getData in interface Invalidator