CacheProvider extends StaticCacheProvider
Table of Contents
Methods
- __construct() : mixed
- deleteAllCache() : void
- Removes all composite cache Be careful with this method
- deleteUserCache() : mixed
- getCachePrivateKey() : mixed
- getObject() : mixed
- getUserPrefix() : mixed
- isCacheable() : mixed
- onBeforeEndBufferContent() : mixed
- setUserPrivateKey() : mixed
Methods
__construct()
public
__construct() : mixed
deleteAllCache()
Removes all composite cache Be careful with this method
public
static deleteAllCache() : void
deleteUserCache()
public
static deleteUserCache([mixed $userId = false ][, mixed $sendHeader = true ][, mixed $sendPush = true ]) : mixed
Parameters
- $userId : mixed = false
- $sendHeader : mixed = true
- $sendPush : mixed = true
getCachePrivateKey()
public
getCachePrivateKey() : mixed
getObject()
public
static getObject() : mixed
getUserPrefix()
public
static getUserPrefix(mixed $userId) : mixed
Parameters
- $userId : mixed
isCacheable()
public
isCacheable() : mixed
onBeforeEndBufferContent()
public
onBeforeEndBufferContent() : mixed
setUserPrivateKey()
public
setUserPrivateKey() : mixed