@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 |
| Constructor and Description |
|---|
SiteCacheRestController() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
clear() |
void |
setCacheService(org.craftercms.core.service.CacheService cacheService) |
public static final String URL_ROOT
public static final String URL_CLEAR
protected org.craftercms.core.service.CacheService cacheService
Copyright © 2018 CrafterCMS. All rights reserved.