public abstract class ArtifactCacheEntries extends Object
Constructor and Description |
---|
ArtifactCacheEntries() |
Modifier and Type | Method and Description |
---|---|
abstract com.google.common.collect.ImmutableSet<DirCacheEntry> |
getDirCacheEntries() |
abstract com.google.common.collect.ImmutableSet<HttpCacheEntry> |
getHttpCacheEntries() |
abstract com.google.common.collect.ImmutableSet<SQLiteCacheEntry> |
getSQLiteCacheEntries() |
public abstract com.google.common.collect.ImmutableSet<HttpCacheEntry> getHttpCacheEntries()
public abstract com.google.common.collect.ImmutableSet<DirCacheEntry> getDirCacheEntries()
public abstract com.google.common.collect.ImmutableSet<SQLiteCacheEntry> getSQLiteCacheEntries()