Download List

프로젝트 설명

OSCache is a high performance J2EE caching solution that can cache portions of JSP pages, entire HTTP responses (including dynamically generated images), and arbitrary Java objects. It can provide your J2EE application with huge performance gains and graceful error tolerance (e.g., in the event of a DB failure, cached content is served).

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2001-11-07 16:26
1.7.2

내부 아키텍처를 완벽하게, 더 빠르고 더 많은 구성 캐싱 결과가 수정되었습니다. 새로운 기능 (예 :) GIF 또는 PDF 파일을 생성, ()의 최대 용량, 플러그 지속성 레이어 및 플러그 캐시를 새로 고쳐야 정책, 전체 이벤트 LRU, FIFO를 예로 구동하는 기능을 이벤트에 대한 해고 (여러 캐싱 알고리즘을 이진 콘텐츠를 캐싱을 포함 캐시를 수정 및 액세스).
Tags: Major feature enhancements
The internal architecture has been completely modified resulting in better, faster and more configurable caching. New features include caching binary content (such as generated GIF or PDF files), multiple caching algorithms (eg LRU, FIFO) with maximum capacities, a pluggable persistence layer and pluggable cache refresh policies, and full event-driven capabilities (with events fired for cache modifications and accesses).

2001-09-17 10:55
1.6.1

ServletFilter 전체 페이지를 캐시에 추가합니다. 캐시 캐시 이미지 및 다른 바이너리 형식. 메모리 / 캐시 파일이 독립적이며, 개별적으로 켜거나 끌 수있습니다 (즉, 당신이 파일을 캐시, 아니면 그냥 메모리 캐시, 또는 둘 다 가질 수있습니다). 작품의 많은 스레드 안전에 들어갔있다. 자동 캐시 키 생성뿐 아니라 지금은 쿼리 문자열을 포함하고있습니다.
Tags: Major feature enhancements
ServletFilter to cache entire pages added. Cache now caches images and other binary types. Memory/file caching are now independent, and can be turned on or off individually (ie. you can have just a file cache, or just a memory cache, or both). Lots of work has gone into thread safety. Auto-generated cache keys now contain the query string as well.

2001-03-28 05:20
1.2

이 릴리스에는 수정이 마지막 순간에 1.1 버전에 살금살금 주요 버그 중 하나.
Tags: Major bugfixes
This release fixes one major bug that crept into the 1.1 release at
the last minute.

2001-03-25 21:51
1.1

주요 버그가 수정되었다. 이 소프트웨어는 더 이상 experiemental로 간주됩니다. 청취자에 CacheAdministrator 시작 의존, 이는 이제 서블릿 2.2 호환 의미가 제거되었습니다. 세션 캐시는 지금은 디스크에 지속 및 제거하면 세션이 완료됩니다. 지금 캐시를 개별적으로 키에 의해 얼굴이 빨개 수있습니다.
Tags: Major feature enhancements
Major bug fixes were made. This software is no longer considered experiemental.
The reliance on Listeners to start the CacheAdministrator was removed, which
means it is now Servlet 2.2 compatible. Session caches are now persisted to
disk and removed when the session finishes. Caches can now be flushed
individually by key.

2001-01-30 15:13
1.0beta0

초판.
Initial release.

Project Resources