\App\System\ServiceCacheMonitorService

Summary

Methods
Properties
Constants
getCacheServerInfo()
view()
delete()
clear()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Methods

getCacheServerInfo()

getCacheServerInfo() : array

Returns

array

view()

view(string  $key) : string

查看缓存内容

Parameters

string $key

Returns

string

delete()

delete(string  $key) : boolean

删除一个缓存

Parameters

string $key

Returns

boolean

clear()

clear() : boolean

清空所有缓存

Returns

boolean