Replace 'hash' with CACHE_HASH to improve discovery

Bug: T139216
Change-Id: Icd75953ccdb71543f3100f659fa32e1a1e7d1e26
This commit is contained in:
Timo Tijhof 2024-03-29 15:38:08 -07:00
parent e7542a6756
commit 796c3dddfd

View file

@ -363,7 +363,7 @@ abstract class LuaEngine extends ScribuntoEngineBase {
static $cache = null;
if ( !$cache ) {
$cache = ObjectCache::getLocalServerInstance( 'hash' );
$cache = ObjectCache::getLocalServerInstance( CACHE_HASH );
}
$mtime = filemtime( $fileName );