# Functions
Apply 申请缓存, 返回缓存id.
Delete 通过缓存id删除缓存.
DeleteAll 清空缓存池.
Existed 通过缓存id检测是否存在缓存.
Get 通过缓存id获取缓存[]byte.
RawByteSlice point to runtime.rawbyteslice.
RawMalloc allocates a new slice.
RawMallocByteSlice allocates a new byte slice.
Require 申请Cache.
Set 设置缓存, 通过给定的缓存id.
SetIfNotExist 如果缓存不存在, 则设置缓存池.
No description provided by the author
# Variables
CachePool []byte 缓存池 2.
IDCachePool []byte 缓存池.
No description provided by the author
# Interfaces
Cache cache.