Class CacheConfiguration


  • public class CacheConfiguration
    extends Object
    • Constructor Detail

      • CacheConfiguration

        public CacheConfiguration​(CacheService.CacheType cacheType,
                                  File localCacheDir,
                                  String remoteCacheHost,
                                  int remoteCachePort,
                                  boolean readOnly)
    • Method Detail

      • getLocalCacheDir

        public File getLocalCacheDir()
      • getRemoteCacheHost

        public String getRemoteCacheHost()
      • getRemoteCachePort

        public int getRemoteCachePort()
      • isReadOnly

        public boolean isReadOnly()