PHP Class Webiny\Component\Cache\Bridge\AbstractCache

Inheritance: implements Webiny\Component\Cache\Bridge\StorageInterface, use trait Webiny\Component\StdLib\ValidatorTrait
Show file Open project: Webiny/Framework

Public Methods

Method Description
getInstance ( ) : Webiny\Component\Cache\Bridge\CacheStorageInterface Create an instance of a cache driver.

Method Details

getInstance() public static method

Create an instance of a cache driver.
public static getInstance ( ) : Webiny\Component\Cache\Bridge\CacheStorageInterface
return Webiny\Component\Cache\Bridge\CacheStorageInterface