v1.0.0
English

MockCache.php

system/Test/Mock/MockCache.php
1 class 16 methods

class MockCache

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.
initialize () public
get (string $key) public
remember (string $key, int $ttl, Closure $callback) public
save (string $key, $value, int $ttl = 60) public
delete (string $key) public
deleteMatching (string $pattern) public
increment (string $key, int $offset = 1) public
decrement (string $key, int $offset = 1) public
clean () public
getCacheInfo () public
getMetaData (string $key) public
isSupported () public
bypass (bool $bypass = true) public
assertHas (string $key) public
assertHasValue (string $key, $value = null) public
assertMissing (string $key) public
phpDG v1.0.0 MockCache.php 662 files 498 classes 763 fn
Generated