DoctrineCacheDriverDecorator
class DoctrineCacheDriverDecorator implements DriverInterface
Class DoctrineCacheDriverDecorator
Properties
| protected CacheProvider | $cacheProvider |
Methods
__construct(CacheProvider $cacheProvider)
DoctrineCacheDriverDecorator constructor.
mixed
fetch(string $id)
No description
bool
contains(int $id)
No description
bool
save(string $id, mixed $data, int $lifeTime = 0)
No description
bool
delete(string $id)
Deletes a cache entry.
Details
at line 23
__construct(CacheProvider $cacheProvider)
DoctrineCacheDriverDecorator constructor.
at line 33
mixed
fetch(string $id)
at line 43
bool
contains(int $id)
at line 55
bool
save(string $id, mixed $data, int $lifeTime = 0)
at line 67
bool
delete(string $id)
Deletes a cache entry.