OSCache

Home
Java Source Code / Java Documentation
1.6.0 JDK Core
2.6.0 JDK Modules
3.6.0 JDK Modules com.sun
4.6.0 JDK Modules com.sun.java
5.6.0 JDK Modules sun
6.6.0 JDK Platform
7.Ajax
8.Apache Harmony Java SE
9.Aspect oriented
10.Authentication Authorization
11.Blogger System
12.Build
13.Byte Code
14.Cache
15.Chart
16.Chat
17.Code Analyzer
18.Collaboration
19.Content Management System
20.Database Client
21.Database DBMS
22.Database JDBC Connection Pool
23.Database ORM
24.Development
25.EJB Server
26.ERP CRM Financial
27.ESB
28.Forum
29.Game
30.GIS
31.Graphic 3D
32.Graphic Library
33.Groupware
34.HTML Parser
35.IDE
36.IDE Eclipse
37.IDE Netbeans
38.Installer
39.Internationalization Localization
40.Inversion of Control
41.Issue Tracking
42.J2EE
43.J2ME
44.JBoss
45.JMS
46.JMX
47.Library
48.Mail Clients
49.Music
50.Natural Language Processing
51.Net
52.Parser
53.PDF
54.Portal
55.Profiler
56.Project Management
57.Report
58.RSS RDF
59.Rule Engine
60.Science
61.Scripting
62.Search Engine
63.Security
64.Sevlet Container
65.Source Control
66.Swing Library
67.Template Engine
68.Test Coverage
69.Testing
70.UML
71.Web Crawler
72.Web Framework
73.Web Mail
74.Web Server
75.Web Services
76.Web Services apache cxf 2.2.6
77.Web Services AXIS2
78.Wiki Engine
79.Workflow Engines
80.XML
81.XML UI
Java Source Code / Java Documentation  » Cache » OSCache 
OSCache
License:The OpenSymphony Software License
URL:http://www.opensymphony.com/oscache/
Description:OSCache is a caching solution that includes a JSP tag library and set of classes to perform fine grained dynamic caching of JSP content, servlet responses or arbitrary objects.
Package NameComment
com.opensymphony.oscache.base Provides the base classes and interfaces that make up the core of OSCache.

Package Specification

Related Documentation

For overviews, tutorials, examples, guides, and tool documentation, please see:
com.opensymphony.oscache.base.algorithm Provides the classes that implement the caching algorithms used by OSCache, all of which are based on a derivative of Doug Lea's ConcurrentReaderHashMap.

Package Specification

Related Documentation

For overviews, tutorials, examples, guides, and tool documentation, please see: For further information on Doug Lea's concurrency package, please see:
com.opensymphony.oscache.base.events Provides the base classes and interfaces that allow pluggable event handlers to be incorporated into OSCache.

Package Specification

Related Documentation

For overviews, tutorials, examples, guides, and tool documentation, please see:
com.opensymphony.oscache.base.persistence Provides the interfaces that provide persistence storage of cached objects.

Package Specification

Related Documentation

For overviews, tutorials, examples, guides, and tool documentation, please see:
com.opensymphony.oscache.extra Provides some basic event handler implementations that aren't essential to the core OSCache code, but form a useful starting point for basic logging or further development.

Package Specification

Related Documentation

For overviews, tutorials, examples, guides, and tool documentation, please see:
com.opensymphony.oscache.general Provides a generic administrator class for the cache.

Package Specification

Related Documentation

For overviews, tutorials, examples, guides, and tool documentation, please see:
com.opensymphony.oscache.hibernate Provides Hibernate 3.2 classes for OSCache.

Package Specification

Related Documentation

For overviews, tutorials, examples, guides, and tool documentation, please see:
com.opensymphony.oscache.plugins.clustersupport Provides support for broadcasting flush events so that OSCache can function across a cluster.

Package Specification

Related Documentation

For overviews, tutorials, examples, guides, and tool documentation, please see: @since 2.0
com.opensymphony.oscache.plugins.diskpersistence Provides support for persisting cached objects to disk.

Package Specification

Related Documentation

For overviews, tutorials, examples, guides, and tool documentation, please see:
com.opensymphony.oscache.util Provides utility classes that perform fairly general-purpose functions and are required by OSCache.

Package Specification

Related Documentation

For overviews, tutorials, examples, guides, and tool documentation, please see:
com.opensymphony.oscache.web Provides classes and interfaces that make up the base of OSCache's web application support.

Package Specification

Related Documentation

For overviews, tutorials, examples, guides, and tool documentation, please see:
com.opensymphony.oscache.web.filter Provides the caching filter (and its support classes) that allows HTTP responses to be cached by OSCache.

Package Specification

Related Documentation

For overviews, tutorials, examples, guides, and tool documentation, please see:
com.opensymphony.oscache.web.tag Provides the tag libraries that allow OSCache to be accessed via JSP custom tags for caching portions of JSP pages.

Package Specification

Related Documentation

For overviews, tutorials, examples, guides, and tool documentation, please see:
w__w___w___._j_a__va_2__s__._c___om__ | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.