public function MemoryCacheFactoryInterface::get in Apigee Edge 8
Gets a memory 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
\Drupal\Core\Cache\MemoryCache\MemoryCacheInterface The memory cache backend object associated with the specified bin.
1 method overrides MemoryCacheFactoryInterface::get()
- MemoryCacheFactory::get in src/
MemoryCacheFactory.php - Gets a memory cache backend class for a given cache bin.
File
- src/
MemoryCacheFactoryInterface.php, line 39
Class
- MemoryCacheFactoryInterface
- Base definition of the memory cache factory service.
Namespace
Drupal\apigee_edgeCode
public function get($bin) : MemoryCacheInterface;