box.system.ioc.scopes.concurrent.Callable interface">
|
|
ColdBox Platform Version 3.5.3
|
|
FRAMES
|
coldbox.system.ioc.scopes
Class
CacheBox
WEB-INF.cftags.component
coldbox.system.ioc.scopes.CacheBox
- All Implemented Interfaces:
-
IScope
-
public class CacheBox
- extends WEB-INF.cftags.component
I am a scope that talks to CacheBox
|
Constructor Summary |
Callable
init(any<Injector> injector)
Configure the scope for operation
|
|
Method Summary |
any |
getFromScope(any<Mapping> mapping, [any<struct> initArguments])
Retrieve an object from scope or create it if not found in scope
|
| Methods inherited from class WEB-INF.cftags.component |
|
init
public init(any<Injector> injector)
-
Configure the scope for operation
- Parameters:
injector - The linked WireBox injector: coldbox.system.ioc.Injector
getFromScope
public any getFromScope(any<Mapping> mapping, [any<struct> initArguments])
-
Retrieve an object from scope or create it if not found in scope
- Specified by:
-
getFromScope
in interface
IScope
- Parameters:
mapping - The object mapping: coldbox.system.ioc.config.Mapping
initArguments - The constructor structure of arguments to passthrough when initializing the instance
|
|
ColdBox Platform Version 3.5.3
|
|
FRAMES
|