@Controller @RequestMapping(value="${crafter.core.rest.base.uri}/site/cache") public class SiteCacheRestController extends Object
Modifier and Type | Field and Description |
---|---|
protected org.craftercms.core.service.CacheService |
cacheService |
static String |
URL_CLEAR |
static String |
URL_ROOT |
static String |
URL_STATS |
Constructor and Description |
---|
SiteCacheRestController() |
Modifier and Type | Method and Description |
---|---|
Map<String,String> |
clear() |
org.craftercms.core.cache.CacheStatistics |
getStatistics() |
void |
setCacheService(org.craftercms.core.service.CacheService cacheService) |
public static final String URL_ROOT
public static final String URL_CLEAR
public static final String URL_STATS
protected org.craftercms.core.service.CacheService cacheService
Copyright © 2020 CrafterCMS. All rights reserved.