Preparing search index...
The search index is not available
IM SDK Web API 文档
IM SDK Web API 文档
cache/cache-types
CacheDump
Interface CacheDump<T>
通用缓存落盘结构。
interface
CacheDump
<
T
>
{
items
:
readonly
T
[]
;
}
Type Parameters
T
Index
Properties
items
Properties
Readonly
items
items
:
readonly
T
[]
缓存项列表。
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
items
IM SDK Web API 文档
Loading...
通用缓存落盘结构。