Methods
Calling a method of the entity.
__call(string $method, array $args) : mixed
Parameters
$method
string
Method name to call
$args
array
Method arguments
Exceptions
Returns
mixed
Get a static property
__get(string $name) : mixed
see |
\Zend\Cache\Pattern\http://php.net/manual/language.oop5.overloading.php#language.oop5.overloading.members |
Parameters
$name
string
Returns
mixed
Is a static property exists.
__isset(string $name) : bool
Parameters
$name
string
Returns
bool
Set a static property
__set(string $name, mixed $value) : void
see |
\Zend\Cache\Pattern\http://php.net/manual/language.oop5.overloading.php#language.oop5.overloading.members |
Parameters
$name
string
$value
mixed
Unset a static property
__unset(string $name) : void
Call and cache a class method
call(string $method, array $args) : mixed
Parameters
$method
string
Method name to call
$args
array
Method arguments
Exceptions
Returns
mixed
Generate a unique key in base of a key representing the callback part
and a key representing the arguments part.
generateKey(string $method, array $args) : string
Parameters
$args
array
Callback arguments
Exceptions
Returns
string
Get all pattern options
getOptions() : \Zend\Cache\Pattern\PatternOptions
Inherited
inherited_from |
\Zend\Cache\Pattern\AbstractPattern::getOptions() |
inherited_from |
\Zend\Cache\Pattern\CallbackCache::getOptions() |
Returns
Generate a unique key of the argument part.
generateArgumentsKey(array $args) : string
Inherited
inherited_from |
\Zend\Cache\Pattern\CallbackCache::generateArgumentsKey() |
Parameters
$args
array
Exceptions
Returns
string
Generate a unique key in base of a key representing the callback part
and a key representing the arguments part.
generateCallbackKey(\Zend\Cache\Pattern\callable $callback, array $args) : string
Parameters
$callback
\Zend\Cache\Pattern\callable
A valid callback
$args
array
Callback arguments
Exceptions
Returns
string
Properties
$options
$options : \Zend\Cache\Pattern\PatternOptions
Inherited
inherited_from |
\Zend\Cache\Pattern\AbstractPattern::$$options |
inherited_from |
\Zend\Cache\Pattern\CallbackCache::$$options |