标签: php caching phpfastcache
我在这些设置中使用phpfastcache:
phpFastCache::setup("storage","auto"); phpFastCache::setup("path", '/path/to/some/dir');
auto设置会导致使用files驱动程序。
auto
files
每当我在超时时调用set,我设置的密钥都不会过期。我需要手动刷新缓存以使其过期。有什么想法吗?
set
编辑:从版本2.0.1升级到最新的3.0.9解决了这个问题。