NullCache
class NullCache implements SimpleCacheInterface (View source)
An empty cache that never stores or fetches any objects.
Methods
bool
has(string $key)
Test for an entry from the cache
array
get(string $key)
Get an entry from the cache
set(string $key, array $data)
Store an entry in the cache
Details
bool
has(string $key)
Test for an entry from the cache
array
get(string $key)
Get an entry from the cache
set(string $key, array $data)
Store an entry in the cache