Interface CachePathProvider<T>

    • Method Summary

      Modifier and Type Method and Description
      String getCacheFile(T thing)
      Get this thing's associated cache file.
    • Method Detail

      • getCacheFile

        String getCacheFile(T thing)
        Get this thing's associated cache file.
        Parameters:
        thing - the thing to look for.
        Returns:
        the filename of the cache file.