adam-wyluda / addon-cache

Cache addon for JBoss Forge

Repository from Github https://github.comadam-wyluda/addon-cacheRepository from Github https://github.comadam-wyluda/addon-cache

cache

This addon provides standalone functionality. The cache addon enables caching temporary properties.

Depends on

Addon Exported Optional

org.jboss.forge.furnace.container:cdi

yes

no

Setup

This Addon requires the following installation steps.

Add configuration to pom.xml

To use this addon, you must add it as a dependency in the pom.xml of your forge-addon classified artifact:

<dependency>
   <groupId>org.jboss.forge.addon</groupId>
   <artifactId>cache</artifactId>
   <classifier>forge-addon</classifier>
   <version>${version}</version>
</dependency>

Features

About

Cache addon for JBoss Forge