Model/ProxyCache.php
- package
- Model
- Classes
- Kwf_Model_ProxyCache
Description
\Kwf_Model_ProxyCache
- Extends from
- \Kwf_Model_Proxy
- package
- Model
- Properties
- $_cacheData
- $_cacheSettings
- $_rowClass
- $_rowsetClass
- Methods
- __construct
- afterInsert
- afterUpdate
- checkCache
- clearCache
- clearCacheStore
- createRow
- deleteCacheDataRow
- getRow
- getRowByCacheData
- getRowById
- getRowByProxiedRow
- getRows
Description
Properties
$_cacheData
$_cacheData = 'array'
Details
- visibility
- protected
- default
- array
- final
- false
- static
- false
$_cacheSettings
$_cacheSettings = ''
Details
- visibility
- protected
- default
- final
- false
- static
- false
$_rowClass
$_rowClass = 'Kwf_Model_ProxyCache_Row'
Details
- visibility
- protected
- default
- Kwf_Model_ProxyCache_Row
- final
- false
- static
- false
$_rowsetClass
$_rowsetClass = 'Kwf_Model_ProxyCache_Rowset'
Details
- visibility
- protected
- default
- Kwf_Model_ProxyCache_Rowset
- final
- false
- static
- false
Methods
__construct
__construct(
$config
=
array
)
:
Arguments
- $config
Details
- visibility
- public
- final
- false
- static
- false
afterInsert
afterInsert(
$row
)
:
wird aufgerufen von row
Arguments
- $row
Details
- visibility
- public
- final
- false
- static
- false
afterUpdate
afterUpdate(
$row
)
:
Arguments
- $row
Details
- visibility
- public
- final
- false
- static
- false
checkCache
checkCache(
)
:
Details
- visibility
- public
- final
- false
- static
- false
clearCache
clearCache(
)
:
Details
- visibility
- public
- final
- false
- static
- false
clearCacheStore
clearCacheStore(
)
:
Details
- visibility
- public
- final
- false
- static
- false
createRow
createRow(
$data
=
array
)
:
\Kwf_Model_Row_Interface
Arguments
- $data
Output
Details
- visibility
- public
- final
- false
- static
- false
deleteCacheDataRow
deleteCacheDataRow(
$row
)
:
Arguments
- $row
Details
- visibility
- public
- final
- false
- static
- false
getRow
getRow(
$select
)
:
\Kwf_Model_Row_Interface
Arguments
- $select
Output
Details
- visibility
- public
- final
- false
- static
- false
getRowByCacheData
getRowByCacheData(
$id, $cacheData
)
:
Arguments
- $id
- $cacheData
Details
- visibility
- public
- final
- false
- static
- false
getRowById
getRowById(
$select
)
:
Arguments
- $select
Details
- visibility
- public
- final
- false
- static
- false
getRowByProxiedRow
getRowByProxiedRow(
$proxiedRow
)
:
Arguments
- $proxiedRow
Details
- visibility
- public
- final
- false
- static
- false
getRows
getRows(
$where
=
null, $order
=
null, $limit
=
null, $start
=
null
)
:
Arguments
- $where
- $order
- $limit
- $start
Details
- visibility
- public
- final
- false
- static
- false