jar

io.druid.extensions : druid-caffeine-cache

Maven & Gradle

Dec 05, 2017

druid-caffeine-cache · Local cache implementation for Druid using Caffeine https://github.com/ben-manes/caffeine as the underlying implementation

Table Of Contents

Latest Version

Download io.druid.extensions : druid-caffeine-cache JAR file - Latest Versions:

All Versions

Download io.druid.extensions : druid-caffeine-cache JAR file - All Versions:

Version Vulnerabilities Size Updated
0.11.x
0.10.x
0.9.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 druid-caffeine-cache-0.11.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.druid.client.cache

├─ io.druid.client.cache.CacheExecutorFactory.class - [JAR]

├─ io.druid.client.cache.CaffeineCache.class - [JAR]

├─ io.druid.client.cache.CaffeineCacheConfig.class - [JAR]

├─ io.druid.client.cache.CaffeineCacheProvider.class - [JAR]

├─ io.druid.client.cache.CaffeineDruidModule.class - [JAR]

Advertisement