Uses of Enum
manifold.api.fs.IFileSystem.CachingMode
Packages that use IFileSystem.CachingMode
-
Uses of IFileSystem.CachingMode in manifold.api.fs
Methods in manifold.api.fs that return IFileSystem.CachingModeModifier and TypeMethodDescriptionstatic IFileSystem.CachingModeReturns the enum constant of this type with the specified name.static IFileSystem.CachingMode[]IFileSystem.CachingMode.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in manifold.api.fs with parameters of type IFileSystem.CachingModeModifier and TypeMethodDescriptionvoidIFileSystem.setCachingMode(IFileSystem.CachingMode cachingMode) -
Uses of IFileSystem.CachingMode in manifold.api.fs.def
Methods in manifold.api.fs.def with parameters of type IFileSystem.CachingModeModifier and TypeMethodDescriptionvoidFileSystemImpl.setCachingMode(IFileSystem.CachingMode cachingMode) voidJavaDirectoryImpl.setCachingMode(IFileSystem.CachingMode cachingMode) Constructors in manifold.api.fs.def with parameters of type IFileSystem.CachingModeModifierConstructorDescriptionFileSystemImpl(IManifoldHost host, IFileSystem.CachingMode cachingMode) JavaDirectoryImpl(IFileSystem fileSystem, File file, IFileSystem.CachingMode cachingMode)