站内搜索: 请输入搜索关键词

当前页面: 开发资料首页业界新闻OpenSymphony 发布 OSCache 2.2

OpenSymphony 发布 OSCache 2.2

摘要: OpenSymphony 宣布发布 OSCache 2.2.OSCache是OpenSymphony组织提供的一个J2EE架构中Web应用层的缓存技术实现方案.JBoss,Hibernate,Spring等都对其有支持.
OpenSymphony 宣布发布 OSCache 2.2.

Cache是一种用于提高系统响应速度、改善系统运行性能的技术。尤其是在Web应用中,通过缓存页面的输出结果,可以很显著的改善系统运行性能.

OSCache是OpenSymphony组织提供的一个J2EE架构中Web应用层的缓存技术实现方案.JBoss,Hibernate,Spring等都对其有支持.

OSCache的特性:
兼容多种支持JSP的web服务器: OrionServer ;JRun ;Weblogic ;Tomcat ;Websphere 等
可选的缓存区:可以使用内存、硬盘空间、同时使用内存和硬盘作为缓存区
灵活的缓存系统:OSCache支持多种缓存级别
等等

而官方网站提到的新版所添加的特性:
Preserving more http headers, e.g. the expires header
Special handling for fragments of a page
Custom cache key generation by sub-classing CacheFilter or by implementing a special interface
Custom cache groups generation by sub-classing CacheFilter or by implementing a special interface
Support of GZip filters in the filter chain
Avoidance of session creation for application scope pages

Java,中间件和Open source社区:http://www.matrix.org.cn

官方站点:http://www.opensymphony.com/oscache/



↑返回目录
前一篇: Eclipse 3.2M3 发布
后一篇: JavaSVN 1.0.0 发布- 基于Java的Subversion Client Library