Cache.php
- Classes
- Kwf_Cache
\Kwf_Cache
- Extends from
- \Zend_Cache
- Methods
- clearInstance
- factory
- getInstance
- getUniquePrefix
Methods
clearInstance
clearInstance(
$type
)
:
Arguments
- $type
Details
- visibility
- public
- final
- false
- static
- true
factory
factory(
$frontend, $backend, $frontendOptions
=
array, $backendOptions
=
array, $customFrontendNaming
=
false, $customBackendNaming
=
false, $autoload
=
false
)
:
\Zend_Cache_Core
Arguments
- $frontend
- $backend
- $frontendOptions
- $backendOptions
- $customFrontendNaming
- $customBackendNaming
- $autoload
Output
- \Zend_Cache_Core
Details
- visibility
- public
- final
- false
- static
- true
getInstance
getInstance(
string $type
)
:
\Kwf_Cache_Core
Arguments
- $type
- string
entweder aus config (caches.type)
Output
- \Kwf_Cache_Core
- ähnlich wie Kwf_Model_Abstract::getInstance()
Details
- visibility
- public
- final
- false
- static
- true
getUniquePrefix
getUniquePrefix(
)
:
Hilfsfunktion die einen eindeutigen Prefix zurückgibt
Details
- visibility
- public
- final
- false
- static
- true