public static class WGStructEntry.StructCache extends WGDocument.Cache
| Constructor and Description |
|---|
WGStructEntry.StructCache() |
| Modifier and Type | Method and Description |
|---|---|
void |
dropCache() |
void |
dropRelations() |
WGDocumentListCache |
getAllContentCache() |
int |
getAllContentCacheFetchState() |
WGDocumentKey |
getAreaCache() |
WGDocumentListCache |
getChildEntryCache() |
java.lang.Integer |
getChildEntryCountCache() |
java.lang.Integer |
getContentCountCache() |
WGDocumentKey |
getParentEntryCache() |
java.util.Map<java.lang.String,WGDocumentKey> |
getReleasedContentCache() |
void |
setAllContentCache(WGDocumentListCache allContentCache) |
void |
setAllContentCacheFetchState(int allContentCacheFetchState) |
void |
setAreaCache(WGDocumentKey areaCache) |
void |
setChildEntryCache(WGDocumentListCache childEntryCache) |
void |
setChildEntryCountCache(java.lang.Integer childEntryCountCache) |
void |
setContentCountCache(java.lang.Integer contentCountCache) |
void |
setParentEntryCache(WGDocumentKey parentEntryCache) |
void |
setReleasedContentCache(java.util.Map<java.lang.String,WGDocumentKey> releasedContentCache) |
getCacheRevision, getExtensionDataCache, getFileMetaCache, getFileNamesCache, getItemCache, getMetaCache, getPersistentStore, isDeletedFlag, setCacheRevision, setDeletedFlag, setFileNamesCachepublic WGDocumentListCache getAllContentCache()
public void setAllContentCache(WGDocumentListCache allContentCache)
public int getAllContentCacheFetchState()
public void setAllContentCacheFetchState(int allContentCacheFetchState)
public WGDocumentKey getAreaCache()
public void setAreaCache(WGDocumentKey areaCache)
public WGDocumentListCache getChildEntryCache()
public void setChildEntryCache(WGDocumentListCache childEntryCache)
public java.lang.Integer getChildEntryCountCache()
public void setChildEntryCountCache(java.lang.Integer childEntryCountCache)
public java.lang.Integer getContentCountCache()
public void setContentCountCache(java.lang.Integer contentCountCache)
public WGDocumentKey getParentEntryCache()
public void setParentEntryCache(WGDocumentKey parentEntryCache)
public java.util.Map<java.lang.String,WGDocumentKey> getReleasedContentCache()
public void setReleasedContentCache(java.util.Map<java.lang.String,WGDocumentKey> releasedContentCache)
public void dropRelations()
dropRelations in class WGDocument.Cachepublic void dropCache()
dropCache in class WGDocument.Cache