apc_clear_cache
apc_clear_cache
(PECL apc >= 2.0.0)
apc_clear_cache — Clears the APC cache
描述
bool apc_clear_cache ([ string $cache_type = "" ] )
清除用户/系统缓存。
参数
cache_type
如果cache_type
是“ user
”,用户缓存将被清除;否则,系统缓存(缓存文件)将被清除。
Return Values
总是返回TRUE
也可以看看
- apc_cache_info()- 从APC的数据存储中检索缓存的信息
← apc_cas
apc_compile_file →