Package de.julielab.java.utilities.cache
Class CacheConfiguration
- java.lang.Object
-
- de.julielab.java.utilities.cache.CacheConfiguration
-
public class CacheConfiguration extends Object
-
-
Constructor Summary
Constructors Constructor Description CacheConfiguration(CacheService.CacheType cacheType, File localCacheDir, String remoteCacheHost, int remoteCachePort, boolean readOnly)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CacheService.CacheTypegetCacheType()FilegetLocalCacheDir()StringgetRemoteCacheHost()intgetRemoteCachePort()booleanisReadOnly()
-
-
-
Constructor Detail
-
CacheConfiguration
public CacheConfiguration(CacheService.CacheType cacheType, File localCacheDir, String remoteCacheHost, int remoteCachePort, boolean readOnly)
-
-
Method Detail
-
getCacheType
public CacheService.CacheType getCacheType()
-
getLocalCacheDir
public File getLocalCacheDir()
-
getRemoteCacheHost
public String getRemoteCacheHost()
-
getRemoteCachePort
public int getRemoteCachePort()
-
isReadOnly
public boolean isReadOnly()
-
-