public class CacheResource extends ConfigResource
RestResource.HasETag, RestResource.HasLastModified
Modifier and Type | Field and Description |
---|---|
static com.google.inject.TypeLiteral<RestView<CacheResource>> |
CACHE_KIND |
CONFIG_KIND
Constructor and Description |
---|
CacheResource(String pluginName,
String cacheName,
com.google.common.cache.Cache<?,?> cache) |
CacheResource(String pluginName,
String cacheName,
com.google.inject.Provider<com.google.common.cache.Cache<?,?>> cacheProvider) |
Modifier and Type | Method and Description |
---|---|
static String |
cacheNameOf(String plugin,
String name) |
com.google.common.cache.Cache<?,?> |
getCache() |
String |
getName() |
public static final com.google.inject.TypeLiteral<RestView<CacheResource>> CACHE_KIND