T - type argument.
public interface CachePathProvider<T>| Modifier and Type | Method and Description |
|---|---|
String |
getCacheFile(T thing)
Get this thing's associated cache file.
|