| ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
VirtalFileVolume.CacheControl is used for controlling cache for
the current volume. Note that if more than one CacheControl is added
to the volume than the system check all of them and if one talks that cache is
not allowed, than cache system will be turned off.
| Method Summary | |
boolean | needsContentInputCache(VirtualFile file)Tests if content cache (data cache) shall be used for the volume, when system reads file data. |
boolean | needsContentOutputCache(VirtualFile file)Tests if content cache (data cache) shall be used for the volume, when the system outputs file data |
boolean | needsPropertyMapInputCache(VirtualFile file)Tests if loading properties shall be cached |
boolean | needsPropertyMapOutputCache(VirtualFile file)Tests if saving properties shall be cached |
boolean | needsStructureInputCache()Tests if structure shall be cached |
boolean | needsStructureOutputCache()Tests if structure shall be cached |
| Method Detail |
public boolean needsContentInputCache(VirtualFile file)
public boolean needsContentOutputCache(VirtualFile file)
public boolean needsPropertyMapInputCache(VirtualFile file)
public boolean needsPropertyMapOutputCache(VirtualFile file)
public boolean needsStructureInputCache()
public boolean needsStructureOutputCache()
| ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||