TestMockCache::mockGet
Callback for the cache get method.
Signature
public function mockGet(string
$id )
Parameters
-
$id
- The name of the cache key to retrieve.
Returns
- mixed
- The value of the key or null if it does not exist.