FactoriesCache.php
system/Cache/FactoriesCache.php
1 class
5 methods
class FactoriesCache
This file is part of CodeIgniter 4 framework. For the full copyright and license information, please view the LICENSE file that was distributed with this source code.
__construct
(CacheInterface|FileVarExportHandler|null $cache = null)
save
(string $component)
getCacheKey
(string $component)
load
(string $component)
delete
(string $component)