public class FlushFromCachesByUUIDCommand
extends info.magnolia.commands.MgnlCommand
Modifier and Type | Field and Description |
---|---|
static String |
UUID |
static String |
WORKSPACE |
Constructor and Description |
---|
FlushFromCachesByUUIDCommand()
Deprecated.
since 5.4. Use
FlushFromCachesByUUIDCommand(info.magnolia.module.cache.CacheModule) instead. |
FlushFromCachesByUUIDCommand(CacheModule cacheModule) |
Modifier and Type | Method and Description |
---|---|
boolean |
execute(info.magnolia.context.Context ctx) |
String |
getUuid() |
String |
getWorkspace() |
void |
setUuid(String uuid) |
void |
setWorkspace(String workspace) |
public static final String WORKSPACE
public static final String UUID
@Deprecated public FlushFromCachesByUUIDCommand()
FlushFromCachesByUUIDCommand(info.magnolia.module.cache.CacheModule)
instead.@Inject public FlushFromCachesByUUIDCommand(CacheModule cacheModule)
public boolean execute(info.magnolia.context.Context ctx) throws Exception
execute
in class info.magnolia.commands.MgnlCommand
Exception
public String getUuid()
public void setUuid(String uuid)
public String getWorkspace()
public void setWorkspace(String workspace)
Copyright © 2015 Magnolia International Ltd.. All rights reserved.