public abstract class SQLiteCacheEntry extends Object
| Constructor and Description |
|---|
SQLiteCacheEntry() |
| Modifier and Type | Method and Description |
|---|---|
abstract Path |
getCacheDir() |
abstract CacheReadMode |
getCacheReadMode() |
abstract Optional<Long> |
getMaxInlinedSizeBytes() |
abstract Optional<Long> |
getMaxSizeBytes() |
abstract Optional<String> |
getName() |
public abstract Path getCacheDir()
public abstract CacheReadMode getCacheReadMode()