芝麻web文件管理V1.00
编辑当前文件:/home/freeclou/optimyar/wp-content/plugins/elementor/vendor_prefixed/twig/src/Cache/NullCache.php
*/ final class NullCache implements CacheInterface { public function generateKey(string $name, string $className) : string { return ''; } public function write(string $key, string $content) : void { } public function load(string $key) : void { } public function getTimestamp(string $key) : int { return 0; } }