|
|||||||||
| Home >> All >> com >> obinary >> cms >> [ beans overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.obinary.cms.beans
Class CacheInfo

java.lang.Objectcom.obinary.cms.beans.CacheInfo
- public class CacheInfo
- extends java.lang.Object
User: sameercharles Date: Jul 16, 2003 Time: 11:24:23 AM
- Version:
- 1.0
| Field Summary | |
static java.util.Hashtable |
cachedURIList
|
| Constructor Summary | |
CacheInfo()
|
|
| Method Summary | |
static void |
addToCachedURIList(java.lang.String URI)
|
static boolean |
isCached(java.lang.String URI)
|
static void |
removeFromCachedURIList(java.lang.String URI)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
cachedURIList
public static java.util.Hashtable cachedURIList
| Constructor Detail |
CacheInfo
public CacheInfo()
| Method Detail |
isCached
public static boolean isCached(java.lang.String URI)
addToCachedURIList
public static void addToCachedURIList(java.lang.String URI)
removeFromCachedURIList
public static void removeFromCachedURIList(java.lang.String URI)
|
|||||||||
| Home >> All >> com >> obinary >> cms >> [ beans overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
com.obinary.cms.beans.CacheInfo