public function MemoryCacheFactory::__construct in Apigee Edge 8
MemoryCacheFactory constructor.
Parameters
string|null $prefix: (Optional) Module specific prefix for the bin.
File
- src/
MemoryCacheFactory.php, line 58
Class
- MemoryCacheFactory
- Definition of the Apigee Edge memory cache factory service.
Namespace
Drupal\apigee_edgeCode
public function __construct(?string $prefix = NULL) {
$this->prefix = $prefix ?? static::DEFAULT_CACHE_BIN_PREFIX;
}