Package | Description |
---|---|
org.openstreetmap.josm.io |
Modifier and Type | Field and Description |
---|---|
protected CachedFile.CachingStrategy |
CachedFile.cachingStrategy |
Modifier and Type | Method and Description |
---|---|
CachedFile.CachingStrategy |
CachedFile.getCachingStrategy() |
static CachedFile.CachingStrategy |
CachedFile.CachingStrategy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CachedFile.CachingStrategy[] |
CachedFile.CachingStrategy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
CachedFile |
CachedFile.setCachingStrategy(CachedFile.CachingStrategy cachingStrategy)
Set the caching strategy.
|