Interface CachePaths

  • All Known Implementing Classes:
    ServerPaths

    public interface CachePaths
    Interface to get a cache directory by name
    Since:
    8.0
    Author:
    Eugene Petrenko (eugene.petrenko@jetbrains.com)
    • Method Detail

      • getCacheDirectory

        @NotNull
        java.io.File getCacheDirectory​(@NotNull
                                       java.lang.String name)
        Returns a directory to store caches
        Parameters:
        name - name of cache
        Returns:
        existing directory to store caches
        Since:
        8.0