public NullFileCache::__construct($prefix, $collection, $cache_backend_class = NULL, array $cache_backend_configuration = [])
Constructs a FileCache object.
Parameters
string $prefix: A prefix that is used as a prefix, should be set to a secure, unique key to prevent cache pollution by a third party.
string $collection: A collection identifier to ensure that the same files could be cached for different purposes without clashing.
string|null $cache_backend_class: (optional) The class that shoul