Class FileSystemAndNameKey

java.lang.Object
org.apache.commons.vfs2.cache.FileSystemAndNameKey
All Implemented Interfaces:
Comparable<FileSystemAndNameKey>

final class FileSystemAndNameKey extends Object implements Comparable<FileSystemAndNameKey>
Key for various cache implementations.

It compares the fileSystem (by hashCode) and the file name.