Aviat\Banker\Driver\AbstractDriver
Base class for cache backends
Synopsis
class AbstractDriver
implements
DriverInterface,LoggerAwareInterface
{
- // methods
- public abstract void __construct()
- public array getMultiple()
- // Inherited methods from LoggerTrait
- public LoggerTrait setLogger()
Hierarchy
Methods
public
- __construct() — Common constructor interface for driver classes
- getMultiple() — Retrieve a set of values by their cache key
Inherited from Aviat\Banker\LoggerTrait
public
- setLogger() — Set a logger to keep track of errors