Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
C
D
G
I
K
L
M
O
P
R
S
A
AssertionError
- Error in
org.apache.taglibs.cache
Thrown to indicate that an assertion has failed.
AssertionError()
- Constructor for error org.apache.taglibs.cache.
AssertionError
AssertionError(String)
- Constructor for error org.apache.taglibs.cache.
AssertionError
C
CacheTag
- Class in
org.apache.taglibs.cache
Caches a fragment of a JSP page.
CacheTag()
- Constructor for class org.apache.taglibs.cache.
CacheTag
CacheUtil
- Class in
org.apache.taglibs.cache
Contains static methods that can be used to save and retrieve information used to retrieve appropriate caches and to configure the runtime behavior of the Cache Taglib.
CacheUtil()
- Constructor for class org.apache.taglibs.cache.
CacheUtil
clear()
- Method in class org.apache.taglibs.cache.
LRUCache
D
doEndTag()
- Method in class org.apache.taglibs.cache.
CacheTag
doStartTag()
- Method in class org.apache.taglibs.cache.
CacheTag
doStartTag()
- Method in class org.apache.taglibs.cache.
InvalidateTag
G
get(Object)
- Method in class org.apache.taglibs.cache.
LRUCache
getCache(int, String, PageContext)
- Static method in class org.apache.taglibs.cache.
CacheUtil
Retrieves (and creates if necessary) an appropriate LRUCache given a scope, name, and context.
getCacheLifetime(int, PageContext)
- Static method in class org.apache.taglibs.cache.
CacheUtil
Retrieves the lifetime of items in the cache, given a particular scope and a context.
getCacheSize(int, PageContext)
- Static method in class org.apache.taglibs.cache.
CacheUtil
Retrieves the size of the cache, given a particular scope and a context.
getCurrentSize()
- Method in class org.apache.taglibs.cache.
LRUCache
I
invalidateCache(int, String, PageContext)
- Static method in class org.apache.taglibs.cache.
CacheUtil
Invalidates an entire cache
invalidateCachedItem(int, String, String, PageContext)
- Static method in class org.apache.taglibs.cache.
CacheUtil
Invalidates an individual cache entry (key)
InvalidateTag
- Class in
org.apache.taglibs.cache
Invalidates a particular cache entry, or an entire cache.
InvalidateTag()
- Constructor for class org.apache.taglibs.cache.
InvalidateTag
K
keySet()
- Method in class org.apache.taglibs.cache.
LRUCache
L
LRUCache
- Class in
org.apache.taglibs.cache
A Map implementing a cache using an LRU cache-replacement algorithm.
LRUCache(int, int)
- Constructor for class org.apache.taglibs.cache.
LRUCache
Constructs an LRUCache that holds no more than
size
characters.
M
main(String[])
- Static method in class org.apache.taglibs.cache.
LRUCache
O
org.apache.taglibs.cache
- package org.apache.taglibs.cache
P
put(Object, Object)
- Method in class org.apache.taglibs.cache.
LRUCache
R
remove(Object)
- Method in class org.apache.taglibs.cache.
LRUCache
S
setCacheLifetime(int, int, PageContext)
- Static method in class org.apache.taglibs.cache.
CacheUtil
Sets a particular cache lifetime to use for new caches in the given scope.
setCacheSize(int, int, PageContext)
- Static method in class org.apache.taglibs.cache.
CacheUtil
Sets a particular cache size to use for new caches in the given scope.
setKey(String)
- Method in class org.apache.taglibs.cache.
CacheTag
setKey(String)
- Method in class org.apache.taglibs.cache.
InvalidateTag
setName(String)
- Method in class org.apache.taglibs.cache.
CacheTag
setName(String)
- Method in class org.apache.taglibs.cache.
InvalidateTag
setScope(String)
- Method in class org.apache.taglibs.cache.
CacheTag
setScope(String)
- Method in class org.apache.taglibs.cache.
InvalidateTag
A
C
D
G
I
K
L
M
O
P
R
S
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright ? 2000-2004 The Apache Software Foundation. All Rights Reserved.