| Package | Description |
|---|---|
| com.github.jjYBdx4IL.utils.cache |
| Modifier and Type | Field and Description |
|---|---|
static SimpleDiskCacheEntry.UpdateMode |
SimpleDiskCacheEntry.DEFAULT_UPDATE_MODE |
| Modifier and Type | Method and Description |
|---|---|
static SimpleDiskCacheEntry.UpdateMode |
SimpleDiskCacheEntry.UpdateMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SimpleDiskCacheEntry.UpdateMode[] |
SimpleDiskCacheEntry.UpdateMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
SimpleDiskCacheEntry(String url,
File localCacheFile,
SimpleDiskCacheEntry.UpdateMode updateMode) |
SimpleDiskCacheEntry(String url,
SimpleDiskCacheEntry.UpdateMode updateMode) |
SimpleDiskCacheEntry(URL url,
File localCacheFile,
SimpleDiskCacheEntry.UpdateMode updateMode) |
SimpleDiskCacheEntry(URL url,
SimpleDiskCacheEntry.UpdateMode updateMode) |
Copyright © 2016 Github jjYBdx4IL Projects. All rights reserved.