Class CachingFactory
Abstract caching factory
- XLite\Base\SuperClass
-
XLite\Base\Singleton
-
XLite\Base
-
XLite\Model\Factory
-
XLite\Model\CachingFactory
Namespace: XLite\Model
Since: 1.0.0
See: ____class_see____
Located at XLite/Model/CachingFactory.php
Since: 1.0.0
See: ____class_see____
Located at XLite/Model/CachingFactory.php
public static
mixed
|
#
getObjectFromCallback( string $signature, mixed $handler, string $method, array $args = array(), boolean $clearCache = false )
Cache and return a result of object method call |
public static
|
#
getObject( string $signature, string $class, array $args = array() )
cache and return object instance |
public static
|
|
public static
|
|
protected static
mixed
|
|
public
|
__get(),
create(),
createObject(),
getSingleton(),
isSingleton()
|
__call(),
get(),
getComplex(),
is(),
isComplex(),
set(),
setComplex(),
setProperties()
|
getInstance(),
resetInstance()
|
__construct(),
doDie(),
t()
|
protected static
array
|
$cache | array() |
#
Objects cache |
$singletons
|
$instances
|