MVN

com.github.ppodgorsek.cache : cache-invalidation

Maven & Gradle

Jan 11, 2016
4 stars

Cache invalidation · Cache invalidation tool which allows to have a single point of eviction/update for all caches of an application (Varnish, ehcache, Solr, others).

<dependency>
    <groupId>com.github.ppodgorsek.cache</groupId>
    <artifactId>cache-invalidation</artifactId>
    <version>1.0.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.ppodgorsek.cache : cache-invalidation to add to Maven - Latest Versions:

  • Latest Stable: 1.0.4

All Versions

Choose a version of com.github.ppodgorsek.cache : cache-invalidation to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
cache-invalidation-1.0.4
cache-invalidation-1.0.3
cache-invalidation-1.0.2
cache-invalidation-1.0.1
cache-invalidation-1.0.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.github.ppodgorsek.cache</groupId>
    <artifactId>cache-invalidation</artifactId>
    <version>1.0.4</version>
</dependency>