|
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
java.lang.Object | +--intradoc.resource.ResourceCacheInfo
Structure type of class used to hold current state information about a resource.
| Field Summary | |
long |
m_agedTS
The time the object should be declared to be aged and in need of a refresh check. |
java.lang.Object |
m_associatedInfo
Cached associated info. |
java.lang.String |
m_filePath
File location for loading resource. |
boolean |
m_hasDynamicResource
Type of dynamic html included. |
boolean |
m_hasDynamicString
|
java.lang.String |
m_languageId
Language of a cached resource file. |
long |
m_lastLoaded
Last loaded timestamp. |
java.lang.String |
m_lookupKey
Lookup key. |
ResourceCacheInfo |
m_next
Next resource cache info in linked list. |
ResourceCacheInfo |
m_prev
Previous resource cache info in linked list. |
long |
m_removalTS
The time the object should be removed from the list of cached resources. |
java.util.Vector |
m_resourceList
List of resource objects. |
java.lang.Object |
m_resourceObj
Cached resouce object. |
long |
m_size
Size of resource cache. |
java.lang.String |
m_type
Type of resource. |
| Constructor Summary | |
ResourceCacheInfo()
Default constructor. |
|
ResourceCacheInfo(java.lang.String key)
Constructor assigns a lookup key. |
|
ResourceCacheInfo(java.lang.String key,
java.lang.String type,
java.lang.String filePath)
Constructor assigns a lookup key and filepath. |
|
| Method Summary | |
void |
copy(ResourceCacheInfo info)
Copies information from parameter into current instance. |
void |
detach()
Detaches from linked list. |
void |
insertBeforeUs(ResourceCacheInfo info)
Inserts the specified parameter before us in the linked list. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public java.lang.String m_lookupKey
public java.lang.String m_type
public java.lang.String m_filePath
public java.lang.Object m_resourceObj
public java.lang.Object m_associatedInfo
public long m_lastLoaded
public long m_agedTS
public long m_removalTS
public long m_size
public java.lang.String m_languageId
public boolean m_hasDynamicResource
public boolean m_hasDynamicString
public java.util.Vector m_resourceList
public ResourceCacheInfo m_prev
public ResourceCacheInfo m_next
| Constructor Detail |
public ResourceCacheInfo()
public ResourceCacheInfo(java.lang.String key)
public ResourceCacheInfo(java.lang.String key,
java.lang.String type,
java.lang.String filePath)
| Method Detail |
public void copy(ResourceCacheInfo info)
public void detach()
public void insertBeforeUs(ResourceCacheInfo info)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
(c) 1996-2005 All rights reserved. Stellent, Inc. |