jar

com.leondesilva.persistentcache : persistent-cache

Maven & Gradle

Sep 04, 2019
3 stars

Persistent Cache · A Persistent Cache With TTL and Loading Cache Features

Table Of Contents

Latest Version

Download com.leondesilva.persistentcache : persistent-cache JAR file - Latest Versions:

All Versions

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

com.leondesilva.persistentcache.cache.loaders

├─ com.leondesilva.persistentcache.cache.loaders.CacheLoader.class - [JAR]

com.leondesilva.persistentcache.lock

├─ com.leondesilva.persistentcache.lock.ReEntrantReadWriteLockProvider.class - [JAR]

├─ com.leondesilva.persistentcache.lock.ReadWriteLockProvider.class - [JAR]

com.leondesilva.persistentcache.cache

├─ com.leondesilva.persistentcache.cache.BaseBdbPersistentCache.class - [JAR]

├─ com.leondesilva.persistentcache.cache.BdbPersistentCacheImpl.class - [JAR]

├─ com.leondesilva.persistentcache.cache.BdbPersistentLoadingCacheImpl.class - [JAR]

├─ com.leondesilva.persistentcache.cache.BdbPersistentPerRowTTLCacheImpl.class - [JAR]

├─ com.leondesilva.persistentcache.cache.BdbPersistentTTLCacheImpl.class - [JAR]

├─ com.leondesilva.persistentcache.cache.PersistentCache.class - [JAR]

├─ com.leondesilva.persistentcache.cache.PersistentCacheFactory.class - [JAR]

com.leondesilva.persistentcache.error

├─ com.leondesilva.persistentcache.error.PersistentCacheException.class - [JAR]

com.leondesilva.persistentcache.cache.model.pojo

├─ com.leondesilva.persistentcache.cache.model.pojo.CacheObject.class - [JAR]