Last Version

JUncacher 1.2.0

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

License

License

GroupId

GroupId

com.github.ppodgorsek
ArtifactId

ArtifactId

juncacher
Version

Version

1.2.0
Type

Type

jar
Description

Description

JUncacher
JUncacher is a cache invalidation tool which allows to have a single point of eviction/update for all caches of an application (Varnish, ehcache, Solr, others).
Project URL

Project URL

https://github.com/ppodgorsek/juncacher

Download juncacher 1.2.0


<!-- https://jarcasting.com/artifacts/com.github.ppodgorsek/juncacher/ -->
<dependency>
    <groupId>com.github.ppodgorsek</groupId>
    <artifactId>juncacher</artifactId>
    <version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ppodgorsek/juncacher/
implementation 'com.github.ppodgorsek:juncacher:1.2.0'
// https://jarcasting.com/artifacts/com.github.ppodgorsek/juncacher/
implementation ("com.github.ppodgorsek:juncacher:1.2.0")
'com.github.ppodgorsek:juncacher:jar:1.2.0'
<dependency org="com.github.ppodgorsek" name="juncacher" rev="1.2.0">
  <artifact name="juncacher" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ppodgorsek', module='juncacher', version='1.2.0')
)
libraryDependencies += "com.github.ppodgorsek" % "juncacher" % "1.2.0"
[com.github.ppodgorsek/juncacher "1.2.0"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • juncacher-core
  • juncacher-springcachemanager
  • juncacher-varnish