Class QCacheProviderProxy
Cache provider that records all additions and removals from the cache, and provides an interface to replay them on another instance of an QAbstractCacheProvider
- QAbstractCacheProvider
- QCacheProviderProxy
Located at includes/framework/QDatabaseBase.class.php
public
|
|
public
|
#
Replay(
Apply changes to the cache object supplyed. |
public
object
|
|
public
|
|
public
|
|
public
|
CreateKey(),
CreateKeyArray()
|
protected
array
|
$arrLocalCacheAdditions
Additions to cache |
|
protected
array
|
$arrLocalCacheRemovals
Removals from cache |
|
protected
|
$objSuperCache
The super cache to query values from. |
|
protected
|
$objCacheActionQueue
The queue of actions performed on this cache. |