~ubuntu-branches/ubuntu/gutsy/oscache/gutsy

« back to all changes in this revision

Viewing changes to docs/api/overview-summary.html

  • Committer: Bazaar Package Importer
  • Author(s): Kalle Kivimaa
  • Date: 2004-08-13 14:00:00 UTC
  • Revision ID: james.westby@ubuntu.com-20040813140000-lyugvinublk1x8y2
Tags: upstream-2.0.2
ImportĀ upstreamĀ versionĀ 2.0.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
 
2
<!--NewPage-->
 
3
<HTML>
 
4
<HEAD>
 
5
<!-- Generated by javadoc (build 1.4.2_02) on Thu Jan 22 21:11:42 CET 2004 -->
 
6
<TITLE>
 
7
Overview (OSCache 2.0.2-22Jan04 API)
 
8
</TITLE>
 
9
 
 
10
<META NAME="keywords" CONTENT="Overview, OSCache">
 
11
 
 
12
<LINK REL ="stylesheet" TYPE="text/css" HREF="api.css" TITLE="Style">
 
13
 
 
14
<SCRIPT type="text/javascript">
 
15
function windowTitle()
 
16
{
 
17
    parent.document.title="Overview (OSCache 2.0.2-22Jan04 API)";
 
18
}
 
19
</SCRIPT>
 
20
 
 
21
</HEAD>
 
22
 
 
23
<BODY BGCOLOR="white" onload="windowTitle();">
 
24
 
 
25
 
 
26
<!-- ========= START OF TOP NAVBAR ======= -->
 
27
<A NAME="navbar_top"><!-- --></A>
 
28
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
 
29
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
 
30
<TR>
 
31
<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
 
32
<A NAME="navbar_top_firstrow"><!-- --></A>
 
33
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
 
34
  <TR ALIGN="center" VALIGN="top">
 
35
  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Overview</B></FONT>&nbsp;</TD>
 
36
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
 
37
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
 
38
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
 
39
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
 
40
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
 
41
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
 
42
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
 
43
  </TR>
 
44
</TABLE>
 
45
</TD>
 
46
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
 
47
</EM>
 
48
</TD>
 
49
</TR>
 
50
 
 
51
<TR>
 
52
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
 
53
&nbsp;PREV&nbsp;
 
54
&nbsp;NEXT</FONT></TD>
 
55
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
 
56
  <A HREF="index.html" target="_top"><B>FRAMES</B></A>  &nbsp;
 
57
&nbsp;<A HREF="overview-summary.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
 
58
&nbsp;<SCRIPT type="text/javascript">
 
59
  <!--
 
60
  if(window==top) {
 
61
    document.writeln('<A HREF="allclasses-noframe.html"><B>All Classes</B></A>');
 
62
  }
 
63
  //-->
 
64
</SCRIPT>
 
65
<NOSCRIPT>
 
66
  <A HREF="allclasses-noframe.html"><B>All Classes</B></A>
 
67
</NOSCRIPT>
 
68
 
 
69
</FONT></TD>
 
70
</TR>
 
71
</TABLE>
 
72
<A NAME="skip-navbar_top"></A>
 
73
<!-- ========= END OF TOP NAVBAR ========= -->
 
74
 
 
75
<HR>
 
76
<CENTER>
 
77
<H1>
 
78
OSCache
 
79
</H1>
 
80
</CENTER>
 
81
 
 
82
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
 
83
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
 
84
<TD COLSPAN=2><FONT SIZE="+2">
 
85
<B>Packages</B></FONT></TD>
 
86
</TR>
 
87
<TR BGCOLOR="white" CLASS="TableRowColor">
 
88
<TD WIDTH="20%"><B><A HREF="com/opensymphony/oscache/base/package-summary.html">com.opensymphony.oscache.base</A></B></TD>
 
89
<TD>Provides the base classes and interfaces that make up the core of OSCache.
 
90
 
 
91
 
 
92
</TD>
 
93
</TR>
 
94
<TR BGCOLOR="white" CLASS="TableRowColor">
 
95
<TD WIDTH="20%"><B><A HREF="com/opensymphony/oscache/base/algorithm/package-summary.html">com.opensymphony.oscache.base.algorithm</A></B></TD>
 
96
<TD>Provides the classes that implement the caching algorithms used by OSCache, all of
 
97
which are based on a derivative of Doug Lea's <code>ConcurrentReaderHashMap</code>.
 
98
 
 
99
 
 
100
</TD>
 
101
</TR>
 
102
<TR BGCOLOR="white" CLASS="TableRowColor">
 
103
<TD WIDTH="20%"><B><A HREF="com/opensymphony/oscache/base/events/package-summary.html">com.opensymphony.oscache.base.events</A></B></TD>
 
104
<TD>Provides the base classes and interfaces that allow pluggable event handlers to be
 
105
incorporated into OSCache.
 
106
 
 
107
 
 
108
</TD>
 
109
</TR>
 
110
<TR BGCOLOR="white" CLASS="TableRowColor">
 
111
<TD WIDTH="20%"><B><A HREF="com/opensymphony/oscache/base/persistence/package-summary.html">com.opensymphony.oscache.base.persistence</A></B></TD>
 
112
<TD>Provides the interfaces that provide persistence storage of cached objects.
 
113
 
 
114
 
 
115
</TD>
 
116
</TR>
 
117
<TR BGCOLOR="white" CLASS="TableRowColor">
 
118
<TD WIDTH="20%"><B><A HREF="com/opensymphony/oscache/extra/package-summary.html">com.opensymphony.oscache.extra</A></B></TD>
 
119
<TD>Provides some basic event handler implementations that aren't essential to the core
 
120
OSCache code, but form a useful starting point for basic logging or further development.
 
121
 
 
122
 
 
123
</TD>
 
124
</TR>
 
125
<TR BGCOLOR="white" CLASS="TableRowColor">
 
126
<TD WIDTH="20%"><B><A HREF="com/opensymphony/oscache/general/package-summary.html">com.opensymphony.oscache.general</A></B></TD>
 
127
<TD>Provides a generic administrator class for the cache.
 
128
 
 
129
 
 
130
</TD>
 
131
</TR>
 
132
<TR BGCOLOR="white" CLASS="TableRowColor">
 
133
<TD WIDTH="20%"><B><A HREF="com/opensymphony/oscache/util/package-summary.html">com.opensymphony.oscache.util</A></B></TD>
 
134
<TD>Provides utility classes that perform fairly general-purpose functions and are required
 
135
by OSCache.
 
136
 
 
137
 
 
138
</TD>
 
139
</TR>
 
140
<TR BGCOLOR="white" CLASS="TableRowColor">
 
141
<TD WIDTH="20%"><B><A HREF="com/opensymphony/oscache/web/package-summary.html">com.opensymphony.oscache.web</A></B></TD>
 
142
<TD>Provides classes and interfaces that make up the base of OSCache's web application support.
 
143
 
 
144
 
 
145
</TD>
 
146
</TR>
 
147
<TR BGCOLOR="white" CLASS="TableRowColor">
 
148
<TD WIDTH="20%"><B><A HREF="com/opensymphony/oscache/web/filter/package-summary.html">com.opensymphony.oscache.web.filter</A></B></TD>
 
149
<TD>Provides the caching filter (and its support classes) that allows HTTP responses
 
150
to be cached by OSCache.
 
151
 
 
152
 
 
153
</TD>
 
154
</TR>
 
155
<TR BGCOLOR="white" CLASS="TableRowColor">
 
156
<TD WIDTH="20%"><B><A HREF="com/opensymphony/oscache/web/tag/package-summary.html">com.opensymphony.oscache.web.tag</A></B></TD>
 
157
<TD>Provides the tag libraries that allow OSCache to be accessed via JSP custom tags for
 
158
caching portions of JSP pages.
 
159
 
 
160
 
 
161
</TD>
 
162
</TR>
 
163
</TABLE>
 
164
 
 
165
<P>
 
166
&nbsp;<HR>
 
167
 
 
168
 
 
169
<!-- ======= START OF BOTTOM NAVBAR ====== -->
 
170
<A NAME="navbar_bottom"><!-- --></A>
 
171
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
 
172
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
 
173
<TR>
 
174
<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
 
175
<A NAME="navbar_bottom_firstrow"><!-- --></A>
 
176
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
 
177
  <TR ALIGN="center" VALIGN="top">
 
178
  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Overview</B></FONT>&nbsp;</TD>
 
179
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
 
180
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
 
181
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
 
182
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
 
183
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
 
184
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
 
185
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
 
186
  </TR>
 
187
</TABLE>
 
188
</TD>
 
189
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
 
190
See <a href=http://www.opensymphony.com/ target=_top>www.opensymphony.com</a> for more information.</EM>
 
191
</TD>
 
192
</TR>
 
193
 
 
194
<TR>
 
195
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
 
196
&nbsp;PREV&nbsp;
 
197
&nbsp;NEXT</FONT></TD>
 
198
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
 
199
  <A HREF="index.html" target="_top"><B>FRAMES</B></A>  &nbsp;
 
200
&nbsp;<A HREF="overview-summary.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
 
201
&nbsp;<SCRIPT type="text/javascript">
 
202
  <!--
 
203
  if(window==top) {
 
204
    document.writeln('<A HREF="allclasses-noframe.html"><B>All Classes</B></A>');
 
205
  }
 
206
  //-->
 
207
</SCRIPT>
 
208
<NOSCRIPT>
 
209
  <A HREF="allclasses-noframe.html"><B>All Classes</B></A>
 
210
</NOSCRIPT>
 
211
 
 
212
</FONT></TD>
 
213
</TR>
 
214
</TABLE>
 
215
<A NAME="skip-navbar_bottom"></A>
 
216
<!-- ======== END OF BOTTOM NAVBAR ======= -->
 
217
 
 
218
<HR>
 
219
 
 
220
</BODY>
 
221
</HTML>