Caching plug-in

This page was last edited by Joachim Van der... on Tue, 05/07/2011 - 14:28

Summary - Caching plug-in
Maintainer:

Joachim Van der Auwera

Plug-in Type:Service/Pipeline extension
Status:Graduated  Code Style rating Provenance review rating Documentation rating Test coverage rating
Compatibility: back-end, GWT face
Support Type:Official Geomajas plug-in

Community & Documentation

Plug-in description

The caching plug-in allows improving the speed of Geomajas.

The cached data can be tiles, features, bounds, rasterized data (for the rasterizing plug-in).

Features

  • Configurable caching strategy.
  • Uses Infinispan as default cache implementation.
  • Automatically invalidates data when needed.

Using this plug-in in Maven

In order to use this plug-in in your Maven-project, add the following dependency to the pom.xml:

	<dependency>
		<groupId>org.geomajas.plugin</groupId>
		<artifactId>geomajas-plugin-caching-all</artifactId>
	</dependency>