asp自带的内存缓存 application
2017-02-06
32
函数getcache,会自动建立需要的缓存。 复制代码 代码如下:Function getcache(funsname,isreset,isarr,timeinfo) ‘funsname — 需要缓存的内容,这里要输入一个function名 ‘isreset –是否更新[值:0(根据时间或判断缓存为空时自动更新)、1(主动更新)] ‘ isarr —- 所缓存的内容是否为一个数据[0为字符串,1为数组] ‘ timeinfo —- 缓存更新时间,单位为秒,...