jar

com.github.kitonus.cache : cache-distributed

Maven & Gradle

Nov 07, 2018
0 stars

Distributed Cache for Spring Boot 2.1.x based on Hazelcast and Caffeine

Table Of Contents

Latest Version

Download com.github.kitonus.cache : cache-distributed JAR file - Latest Versions:

All Versions

Download com.github.kitonus.cache : cache-distributed JAR file - All Versions:

Version Vulnerabilities Size Updated
2.1.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-distributed-2.1.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.kitonus.cache.distributed

├─ com.github.kitonus.cache.distributed.AbstractJsonSerializer.class - [JAR]

├─ com.github.kitonus.cache.distributed.CacheImpl.class - [JAR]

├─ com.github.kitonus.cache.distributed.CacheKeyGeneratorImpl.class - [JAR]

├─ com.github.kitonus.cache.distributed.CacheManagerConfigAdapter.class - [JAR]

├─ com.github.kitonus.cache.distributed.CacheManagerImpl.class - [JAR]

├─ com.github.kitonus.cache.distributed.CacheNameTree.class - [JAR]

├─ com.github.kitonus.cache.distributed.CacheNameTreeImpl.class - [JAR]

├─ com.github.kitonus.cache.distributed.CacheSerializer.class - [JAR]

├─ com.github.kitonus.cache.distributed.Command.class - [JAR]

├─ com.github.kitonus.cache.distributed.CommandType.class - [JAR]

├─ com.github.kitonus.cache.distributed.DependencyAwareCache.class - [JAR]

├─ com.github.kitonus.cache.distributed.DeserializedItem.class - [JAR]

├─ com.github.kitonus.cache.distributed.JacksonSerializer.class - [JAR]

├─ com.github.kitonus.cache.distributed.TimeToLiveConfig.class - [JAR]

├─ com.github.kitonus.cache.distributed.TimeToLiveConfigAdapter.class - [JAR]

├─ com.github.kitonus.cache.distributed.ToCacheName.class - [JAR]