interface CacheFactoryInterface
Methods
| Cache |
create(string $type, string|null $host = null, integer|null $port = null)
Creates a Doctrine cache |
|
| DoctrineCacheAdapter |
createGuzzleCacheAdapter(string $type, string|null $host = null, integer|null $port = null)
Creates a GuzzleCacheAdapter |
Details
at line 31
public Cache
create(string $type, string|null $host = null, integer|null $port = null)
Creates a Doctrine cache
at line 44
public DoctrineCacheAdapter
createGuzzleCacheAdapter(string $type, string|null $host = null, integer|null $port = null)
Creates a GuzzleCacheAdapter