How to add APC adapter to cache classmaps in Zend framework 2 -
How to add APC adapter to cache classmaps in Zend framework 2 -
i need cache classmaps of each of modules in zend framework 2 application using apc in opcode cache . there work around .
afaik in application.config.php
'module_map_cache_enabled' => true, // key used create class map cache file name. 'module_map_cache_key' => 'test',
// path in cache merged configuration.
'cache_dir' => 'path/to/data/cache', by doing zend cache using file scheme cache need utilize apc opcode cache how can achive .
i know utilize apc in zend framework 1 @ bootstrap.php .
but not finding documentation in official site .
thanks in advance responding post
the generated file will cached apc opcode cache if have opcode cache enabled. can check looking @ apc statistics page. place file temporarely on server , watch system cache entries tab. module map , config cache back upwards files , no cache adapters implementing storageinterface.
zend-framework2 apc zend-cache zend-config
Comments
Post a Comment