A C D G I K L M O P R S

A

AssertionError - error org.apache.taglibs.cache.AssertionError.
Thrown to indicate that an assertion has failed.
AssertionError() - Constructor for class org.apache.taglibs.cache.AssertionError
 
AssertionError(String) - Constructor for class org.apache.taglibs.cache.AssertionError
 

C

CacheTag - class org.apache.taglibs.cache.CacheTag.
Caches a fragment of a JSP page.
CacheTag() - Constructor for class org.apache.taglibs.cache.CacheTag
 
CacheUtil - class org.apache.taglibs.cache.CacheUtil.
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

InvalidateTag - class org.apache.taglibs.cache.InvalidateTag.
Invalidates a particular cache entry, or an entire cache.
InvalidateTag() - Constructor for class org.apache.taglibs.cache.InvalidateTag
 
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)

K

keySet() - Method in class org.apache.taglibs.cache.LRUCache
 

L

LRUCache - class org.apache.taglibs.cache.LRUCache.
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

Copyright ? 2000-2004 The Apache Software Foundation. All Rights Reserved.