jar

com.freshdbcache : freshdbcache

Maven & Gradle

May 07, 2018

freshdbcache · Lightweight caching library with low inconsistency window that uses trigger-filled table of changes to detect and reload changed entities.

Table Of Contents

Latest Version

Download com.freshdbcache : freshdbcache JAR file - Latest Versions:

All Versions

Download com.freshdbcache : freshdbcache JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window freshdbcache-1.0.12.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.freshdbcache.impl

├─ com.freshdbcache.impl.DateColumnValueMapper.class - [JAR]

├─ com.freshdbcache.impl.DefaultColumnValueMapper.class - [JAR]

├─ com.freshdbcache.impl.EnumColumnValueMapper.class - [JAR]

├─ com.freshdbcache.impl.MapByIdCache.class - [JAR]

com.freshdbcache.manager

├─ com.freshdbcache.manager.DatabaseChange.class - [JAR]

├─ com.freshdbcache.manager.DatabaseChangesLoaderImpl.class - [JAR]

├─ com.freshdbcache.manager.EntityLoaderImpl.class - [JAR]

├─ com.freshdbcache.manager.FreshDbCacheManager.class - [JAR]

├─ com.freshdbcache.manager.MissingChange.class - [JAR]

├─ com.freshdbcache.manager.Operation.class - [JAR]

com.freshdbcache.annotations

├─ com.freshdbcache.annotations.FreshDbEntity.class - [JAR]

├─ com.freshdbcache.annotations.FreshDbEntityColumn.class - [JAR]

com.freshdbcache.api

├─ com.freshdbcache.api.ColumnValueMapper.class - [JAR]

├─ com.freshdbcache.api.DatabaseChangesLoader.class - [JAR]

├─ com.freshdbcache.api.EntityLoader.class - [JAR]

├─ com.freshdbcache.api.FreshDbCache.class - [JAR]

Advertisement