whoami7 - Manager
:
/
home
/
dataiclx
/
www
/
wp-content
/
plugins
/
nitropack
/
classes
/
Util
/
Upload File:
files >> /home/dataiclx/www/wp-content/plugins/nitropack/classes/Util/VoidCacheManager.php
<?php namespace NitroPack\Util; use NitroPack\Interfaces\CacheManager; class VoidCacheManager implements CacheManager { public function isCacheAllowed($key) { return false; } public function purgeCache($key = NULL) { } public function hasCache($key) { return false; } public function getCache($key) { return NULL; } public function setCache($key, $content) { } }
Copyright ©2021 || Defacer Indonesia