Deprecation: #93038 - ReferenceIndex runtime cache
See forge#93038
Description
Two methods of class
Reference have been marked as deprecated:
ReferenceIndex->enable Runtime Cache () ReferenceIndex->disable Runtime Cache ()
Impact
Calling these methods will trigger a PHP
E_ error.
Affected Installations
Instances with extensions calling above methods are affected. The extension scanner locates candidates.
Migration
The method calls can be dropped, cache handling is done internally.