Cache implementation using memcached.
- Author
- Marcus Lunzenauer mlunz.nosp@m.ena@.nosp@m.uos.d.nosp@m.e
- Copyright
- (c) Authors GPL2 or any later version
- Since
- 5.0
◆ __construct()
◆ expire()
Expire item from the cache.
Example:
expires foo
$cache->expire('foo');
- Parameters
-
- Returns
- void
◆ flush()
Expire all items from the cache.
◆ getConfig()
Return the Vue component name and props that handle configuration.
- See also
- Cache::getConfig()
- Returns
- array
◆ getDisplayName()
static getDisplayName |
( |
| ) |
|
|
static |
- Returns
- string A translateable display name for this cache class.
◆ getItem()
◆ getStats()
Return statistics.
::getStats()
- Returns
- array|array[]
◆ hasItem()
◆ save()
save |
( |
CacheItemInterface |
$item | ) |
|
The documentation for this class was generated from the following file: