jar

com.kroger.cache : cache

Maven & Gradle

Aug 16, 2023
4 stars

Cache · The Cache library makes it easy to create an in-memory key/value cache that honors configured cache policies and optionally persists entries.

Table Of Contents

Latest Version

Download com.kroger.cache : cache JAR file - Latest Versions:

All Versions

Download com.kroger.cache : cache 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 cache-1.0.0-alpha.2.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.kroger.cache

├─ com.kroger.cache.Cache.class - [JAR]

├─ com.kroger.cache.CachePolicy.class - [JAR]

├─ com.kroger.cache.DefaultFileReader.class - [JAR]

├─ com.kroger.cache.DefaultFileWriter.class - [JAR]

├─ com.kroger.cache.MemoryCacheManagerBuilder.class - [JAR]

├─ com.kroger.cache.MemoryLevelCallbacks.class - [JAR]

├─ com.kroger.cache.MemoryLevelNotifier.class - [JAR]

├─ com.kroger.cache.SnapshotFileCacheBuilder.class - [JAR]

├─ com.kroger.cache.SnapshotPersistentCache.class - [JAR]

com.kroger.cache.internal

├─ com.kroger.cache.internal.CacheEntry.class - [JAR]

├─ com.kroger.cache.internal.MemoryCache.class - [JAR]

├─ com.kroger.cache.internal.MemoryCacheManager.class - [JAR]

├─ com.kroger.cache.internal.MemoryCacheManagerKt.class - [JAR]

├─ com.kroger.cache.internal.MemoryLevelCacheManagerDecorator.class - [JAR]

├─ com.kroger.cache.internal.MemoryLevelCacheManagerDecoratorKt.class - [JAR]

├─ com.kroger.cache.internal.RealMemoryCacheManagerBuilder.class - [JAR]

├─ com.kroger.cache.internal.RealSnapshotFileCacheBuilder.class - [JAR]

├─ com.kroger.cache.internal.SnapshotFileCache.class - [JAR]

├─ com.kroger.cache.internal.SnapshotFileCacheKt.class - [JAR]