Java org.apache.commons.vfs2 CacheStrategy fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.vfs2 CacheStrategy fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.vfs2 CacheStrategy.

The text is from its open source code.

Field

CacheStrategyMANUAL
Deal with cached data manually.
CacheStrategyON_RESOLVE
Refresh the data every time you request a file from FileSystemManager#resolveFile .
CacheStrategyON_CALL
Refresh the data every time you call a method on the fileObject.