Package com.mchange.v3.filecache
Interface FileCacheKey
-
- All Known Implementing Classes:
RelativePathFileCacheKey
public interface FileCacheKey
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
equals(java.lang.Object o)
java.lang.String
getCacheFilePath()
java.net.URL
getURL()
int
hashCode()
-