From 232aa1924c8c0f10d87b210b46c9f061af5c844c Mon Sep 17 00:00:00 2001 From: Antonio Gallo Date: Sun, 17 Oct 2010 13:29:57 +0000 Subject: added files --- .../swiftmailer/lib/dependency_maps/cache_deps.php | 25 ++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 h-source/External/swiftmailer/lib/dependency_maps/cache_deps.php (limited to 'h-source/External/swiftmailer/lib/dependency_maps/cache_deps.php') diff --git a/h-source/External/swiftmailer/lib/dependency_maps/cache_deps.php b/h-source/External/swiftmailer/lib/dependency_maps/cache_deps.php new file mode 100644 index 0000000..6058206 --- /dev/null +++ b/h-source/External/swiftmailer/lib/dependency_maps/cache_deps.php @@ -0,0 +1,25 @@ + register('cache') + -> asAliasOf('cache.array') + + -> register('tempdir') + -> asValue('/tmp') + + -> register('cache.null') + -> asSharedInstanceOf('Swift_KeyCache_NullKeyCache') + + -> register('cache.array') + -> asSharedInstanceOf('Swift_KeyCache_ArrayKeyCache') + -> withDependencies(array('cache.inputstream')) + + -> register('cache.disk') + -> asSharedInstanceOf('Swift_KeyCache_DiskKeyCache') + -> withDependencies(array('cache.inputstream', 'tempdir')) + + -> register('cache.inputstream') + -> asNewInstanceOf('Swift_KeyCache_SimpleKeyCacheInputStream') + + ; -- cgit v1.2.3