XOOPS RMCommon Utilities
2.1.8.91RC
Main Page
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
cache_deps.php
Go to the documentation of this file.
1
<?php
2
3
Swift_DependencyContainer::getInstance
()
4
5
->
register
(
'cache'
)
6
-> asAliasOf(
'cache.array'
)
7
8
->
register
(
'tempdir'
)
9
-> asValue(
'/tmp'
)
10
11
->
register
(
'cache.null'
)
12
-> asSharedInstanceOf(
'Swift_KeyCache_NullKeyCache'
)
13
14
->
register
(
'cache.array'
)
15
-> asSharedInstanceOf(
'Swift_KeyCache_ArrayKeyCache'
)
16
-> withDependencies(array(
'cache.inputstream'
))
17
18
->
register
(
'cache.disk'
)
19
-> asSharedInstanceOf(
'Swift_KeyCache_DiskKeyCache'
)
20
-> withDependencies(array(
'cache.inputstream'
,
'tempdir'
))
21
22
->
register
(
'cache.inputstream'
)
23
-> asNewInstanceOf(
'Swift_KeyCache_SimpleKeyCacheInputStream'
)
24
25
;
L:
XOOPS_Allure
SVN_XOOPS2
RMC
rmcommon
trunk
rmcommon
class
swift
dependency_maps
cache_deps.php
Generated on Sun Mar 17 2013 20:41:07 for XOOPS RMCommon Utilities by
1.8.3.1