|
类描述
title | Class_Cache
|
author | ekede.com
|
date | 2017-12-7
|
description | 缓存操作类
|
类属性
fso | fso对象依赖
|
cacheTime | 缓存时间
|
dataPath | 数据缓存路径, 根据需要叠加全局缓存因子 PATH_DATA/cache/default/site_id/language_id/currency_id/usergroup_id ...
|
类方法
GetCache(ByRef names) | File 读
|
SetCache(ByRef names,ByRef content) | File 写
|
DelCache(ByRef names) | File 删
|
ExpireCache(ByRef names) | File 过期
|
ClearCache() | File 清
|
GetValue(ByRef names) | APPLICATION 读
|
SetValue(ByRef names,ByRef Content) | APPLICATION 写 支持数组
|
DelValue(ByRef names) | APPLICATION 删
|
ExpireValue(ByRef names) | APPLICATION 过期
|
ClearValue() | APPLICATION 清
|
GetDict(ByRef names) | Dictionary 读
|
SetDict(ByRef names,ByRef Content) | Dictionary 写
|
DelDict(ByRef names) | Dictionary 删
|
ExpireDict(ByRef names) | Dictionary 过期
|
ClearDict() | Dictionary 清
|
CleanDict() | Dictionary 释放容器
|
CreateDict(ByRef kname) | 创建字典容器方法
|
CloseDict(ByRef kname) | 释放字典容器方法
|
返回
|