clear()
clear(string $group)
Clear a cache group (or the default cache group).
Parameters
string | $group | The cache group |
An abstract base class for all cache drivers.
Cache drivers should work with cache groups and should have a preset group. most implementations of a cache driver will accept the name of a default cache group in its constructor.