jar

com.github.offercat : multiple-cache

Maven & Gradle

Mar 28, 2020
5 stars

Multi level cache framework integrating local cache and cluster cache

Table Of Contents

Latest Version

Download com.github.offercat : multiple-cache JAR file - Latest Versions:

All Versions

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

com.github.offercat.cache.extra

├─ com.github.offercat.cache.extra.CacheId.class - [JAR]

├─ com.github.offercat.cache.extra.CacheKeyGenerate.class - [JAR]

├─ com.github.offercat.cache.extra.CacheObject.class - [JAR]

├─ com.github.offercat.cache.extra.ExceptionUtil.class - [JAR]

├─ com.github.offercat.cache.extra.GetMulFunction.class - [JAR]

├─ com.github.offercat.cache.extra.ThrowFunction.class - [JAR]

com.github.offercat.cache

├─ com.github.offercat.cache.MultipleCache.class - [JAR]

├─ com.github.offercat.cache.MultipleCacheImpl.class - [JAR]

com.github.offercat.cache.config

├─ com.github.offercat.cache.config.CacheAutoConfig.class - [JAR]

├─ com.github.offercat.cache.config.CacheFactory.class - [JAR]

├─ com.github.offercat.cache.config.CacheProperties.class - [JAR]

├─ com.github.offercat.cache.config.ItemProperties.class - [JAR]

├─ com.github.offercat.cache.config.MiddlewareCreator.class - [JAR]

com.github.offercat.cache.inte

├─ com.github.offercat.cache.inte.AbstractCache.class - [JAR]

├─ com.github.offercat.cache.inte.ClusterCache.class - [JAR]

├─ com.github.offercat.cache.inte.DirectCache.class - [JAR]

├─ com.github.offercat.cache.inte.LocalCache.class - [JAR]

├─ com.github.offercat.cache.inte.Serializer.class - [JAR]

com.github.offercat.cache.broadcast

├─ com.github.offercat.cache.broadcast.Broadcast.class - [JAR]

├─ com.github.offercat.cache.broadcast.BroadcastMessage.class - [JAR]

├─ com.github.offercat.cache.broadcast.BroadcastObject.class - [JAR]

├─ com.github.offercat.cache.broadcast.BroadcastService.class - [JAR]

├─ com.github.offercat.cache.broadcast.BroadcastServiceImpl.class - [JAR]

├─ com.github.offercat.cache.broadcast.WithBroadcast.class - [JAR]

com.github.offercat.cache.proxy

├─ com.github.offercat.cache.proxy.AbstractAop.class - [JAR]

├─ com.github.offercat.cache.proxy.CacheAspect.class - [JAR]

├─ com.github.offercat.cache.proxy.CommonProxy.class - [JAR]

├─ com.github.offercat.cache.proxy.ProxyPoint.class - [JAR]

├─ com.github.offercat.cache.proxy.UnIntercept.class - [JAR]

com.github.offercat.cache.action

├─ com.github.offercat.cache.action.BaseAction.class - [JAR]

├─ com.github.offercat.cache.action.ListAction.class - [JAR]

├─ com.github.offercat.cache.action.MapAction.class - [JAR]

├─ com.github.offercat.cache.action.SetAction.class - [JAR]

├─ com.github.offercat.cache.action.ZsetAction.class - [JAR]

com.github.offercat.cache.ready

├─ com.github.offercat.cache.ready.CaffeineCache.class - [JAR]

├─ com.github.offercat.cache.ready.DefaultSerializer.class - [JAR]

├─ com.github.offercat.cache.ready.EhDirectCache.class - [JAR]

├─ com.github.offercat.cache.ready.RedisCache.class - [JAR]

├─ com.github.offercat.cache.ready.ThreeLevelCacheFactory.class - [JAR]