prepare() : mixed
设定一组测试值,包括测试字符串、整数、数组和对象
testSet() : mixed
测试缓存设置,包括测试字符串、整数、数组和对象
testInc() : mixed
测试缓存自增
testDec() : mixed
测试缓存自减
testGet() : mixed
测试缓存读取,包括测试字符串、整数、数组和对象
testExists() : mixed
测试缓存存在情况,包括测试字符串、整数、数组和对象
testGetNonExistent() : mixed
测试缓存不存在情况,包括测试字符串、整数、数组和对象
testStoreSpecialValues() : mixed
测试特殊值缓存,包括测试字符串、整数、数组和对象
testExpire() : mixed
缓存过期测试
testDelete() : mixed
删除缓存测试
testPull() : mixed
获取并删除缓存测试
testClear() : mixed
清空缓存测试
testStaticCall() : mixed
getCacheInstance() : mixed
获取缓存句柄,子类必须有
tearDown() : mixed
tearDown函数