jar

kim.sesame.framework : framework-cache

Maven & Gradle

Apr 23, 2018
1 usages
Table Of Contents

Latest Version

Download kim.sesame.framework : framework-cache JAR file - Latest Versions:

All Versions

Download kim.sesame.framework : framework-cache JAR file - All Versions:

Version Vulnerabilities Size Updated
1.21
1.3
1.2
1.1
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 framework-cache-1.3.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

kim.sesame.framework.cache.provider

├─ kim.sesame.framework.cache.provider.IBatchCacheProvider.class - [JAR]

├─ kim.sesame.framework.cache.provider.ICacheProvider.class - [JAR]

├─ kim.sesame.framework.cache.provider.ILazyCacheProvider.class - [JAR]

├─ kim.sesame.framework.cache.provider.ITTLCacheProvider.class - [JAR]

kim.sesame.framework.cache.util

├─ kim.sesame.framework.cache.util.CacheUtil.class - [JAR]

kim.sesame.framework.cache.storage

├─ kim.sesame.framework.cache.storage.ICacheStorage.class - [JAR]

├─ kim.sesame.framework.cache.storage.IRemoteCacheStore.class - [JAR]

├─ kim.sesame.framework.cache.storage.StrongCacheStorage.class - [JAR]

kim.sesame.framework.cache

├─ kim.sesame.framework.cache.CacheManager.class - [JAR]

├─ kim.sesame.framework.cache.DefaultStrongCache.class - [JAR]

├─ kim.sesame.framework.cache.ICache.class - [JAR]

├─ kim.sesame.framework.cache.ICacheId.class - [JAR]

├─ kim.sesame.framework.cache.IFunctionCache.class - [JAR]

├─ kim.sesame.framework.cache.IRefreshableCache.class - [JAR]

kim.sesame.framework.cache.exception

├─ kim.sesame.framework.cache.exception.CacheConfigException.class - [JAR]

├─ kim.sesame.framework.cache.exception.KeyIsNotFoundException.class - [JAR]

├─ kim.sesame.framework.cache.exception.ValueIsBlankException.class - [JAR]

├─ kim.sesame.framework.cache.exception.ValueIsNullException.class - [JAR]

Advertisement