文章分类 - oscache学习笔记
摘要:继承GeneralCacheAdministrator public class BaseCache extends GeneralCacheAdministrator { private int refreshPeriod; //过期时间(单位为秒); private String keyPref
阅读全文
摘要:总体介绍: 1.缓存对象:直接调用API接口 2.部分页面的缓存:使用oscache提供的taglib (修改web.xml文件,在web.xml文件中增加下面的内容,增加对OSCache提供的taglib的支持:<taglib> <taglib-uri>oscache</taglib-uri> <
阅读全文