License |
License |
---|---|
GroupId | GroupIdcom.github.ppodgorsek |
ArtifactId | ArtifactIdjuncacher |
Last Version | Last Version1.2.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJUncacher
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 |
Filename | Size |
---|---|
juncacher-1.2.0.pom | 15 KB |
juncacher-1.2.0-tests.jar | 4 KB |
Browse |
<!-- 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"]