@Api(allMethods=true)
@UserImplemented
@ExpectAlternatives
public interface LayerInvalidationService
| Modifier and Type | Method and Description |
|---|---|
void |
invalidateLayer(Layer layer)
Invalidate the layer.
|
void invalidateLayer(Layer layer) throws GeomajasException
layer - layer which needs to be invalidated (can be null indicating the across-layer cache)GeomajasException - oops (should not happen, steps should just log and not (re)throw exceptions)Copyright © 2015 Geosparc. All Rights Reserved.