f

freshdbcache

Lightweight caching library with low inconsistency window that uses trigger-filled table of changes to detect and reload changed entities.
http://www.freshdbcache.com
Custom license (see webpage)
Ján Kmeťko
Files download
File Operation
freshdbcache-1.0.12.jar download
freshdbcache-1.0.12.pom download
freshdbcache-1.0.12-sources.jar download
Apache Maven
<dependency>
  <groupId>com.freshdbcache</groupId>
  <artifactId>freshdbcache</artifactId>
  <version>1.0.12</version>
</dependency>
Gradle Groovy
implementation 'com.freshdbcache:freshdbcache:1.0.12'
Gradle Kotlin
implementation("com.freshdbcache:freshdbcache:1.0.12")
Scala SBT
libraryDependencies += "com.freshdbcache" % "freshdbcache" % "1.0.12"
Groovy Grape
@Grapes(
  @Grab(group='com.freshdbcache', module='freshdbcache', version='1.0.12')
)
Apache Ivy
<dependency org="com.freshdbcache" name="freshdbcache" rev="1.0.12" />
Leiningen
[com.freshdbcache/freshdbcache "1.0.12"]
Apache Buildr
'com.freshdbcache:freshdbcache:jar:1.0.12'