class NullBackendFactory implements CacheFactoryInterface (View source)

Methods

get(string $bin)

Gets a cache backend class for a given cache bin.

Details

CacheBackendInterface get(string $bin)

Gets a cache backend class for a given cache bin.

Parameters

string $bin

The cache bin for which a cache backend object should be returned.

Return Value

CacheBackendInterface

The cache backend object associated with the specified bin.