public interface org.apache.commons.vfs2.FilesCache
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.apache.commons.vfs2.FilesCache
  super_class: java.lang.Object
{
  public abstract void putFile(org.apache.commons.vfs2.FileObject);
    descriptor: (Lorg/apache/commons/vfs2/FileObject;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      file  final

  public abstract boolean putFileIfAbsent(org.apache.commons.vfs2.FileObject);
    descriptor: (Lorg/apache/commons/vfs2/FileObject;)Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      file  final

  public abstract org.apache.commons.vfs2.FileObject getFile(org.apache.commons.vfs2.FileSystem, org.apache.commons.vfs2.FileName);
    descriptor: (Lorg/apache/commons/vfs2/FileSystem;Lorg/apache/commons/vfs2/FileName;)Lorg/apache/commons/vfs2/FileObject;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
            Name  Flags
      fileSystem  final
      fileName    final

  public abstract void clear(org.apache.commons.vfs2.FileSystem);
    descriptor: (Lorg/apache/commons/vfs2/FileSystem;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
            Name  Flags
      fileSystem  final

  public abstract void close();
    descriptor: ()V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract void removeFile(org.apache.commons.vfs2.FileSystem, org.apache.commons.vfs2.FileName);
    descriptor: (Lorg/apache/commons/vfs2/FileSystem;Lorg/apache/commons/vfs2/FileName;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
            Name  Flags
      fileSystem  final
      name        final
}
SourceFile: "FilesCache.java"