GitHub:https://github.com/doctrine/cache
官方文档:http://doctrine-orm.readthedocs.io/projects/doctrine-orm/en/latest/reference/caching.html
1 | $ composer require "doctrine/cache" |
1 | $cache = new FilesystemCache(sys_get_temp_dir()); |
GitHub:https://github.com/doctrine/cache
官方文档:http://doctrine-orm.readthedocs.io/projects/doctrine-orm/en/latest/reference/caching.html
1 | $ composer require "doctrine/cache" |
1 | $cache = new FilesystemCache(sys_get_temp_dir()); |