jar

com.github.qiujiayu : autoload-cache

Maven & Gradle

Jan 13, 2020
2 usages
2k stars

AutoLoadCache · Use AOP and Annotation manage cache.

Table Of Contents

Latest Version

Download com.github.qiujiayu : autoload-cache JAR file - Latest Versions:

All Versions

Download com.github.qiujiayu : autoload-cache JAR file - All Versions:

Version Vulnerabilities Size Updated
7.0.x
6.9.x
6.8.x
6.8
6.7
6.6
6.5
6.4
6.3
6.2
6.1
6.0
5.4
5.3
5.2
5.1
5.0
4.20
4.19
4.18
4.17
4.16
4.15
4.14
4.13
4.12
4.11
4.10
4.9
4.8
4.7
4.6
4.5
4.4
4.3
4.2
4.1
4.0
3.7
3.6
3.5
3.4
3.3
3.2
3.1
3.0
2.13
2.12
2.11
2.10
2.9
2.8
2.7
2.6
2.5
2.4
2.3
2.2
2.1
2.0
1.9
1.8
1.7
1.6
1.5
1.3

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 autoload-cache-7.0.8.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.jarvis.cache.serializer

├─ com.jarvis.cache.serializer.CompressorSerializer.class - [JAR]

├─ com.jarvis.cache.serializer.FastjsonSerializer.class - [JAR]

├─ com.jarvis.cache.serializer.HessianSerializer.class - [JAR]

├─ com.jarvis.cache.serializer.ISerializer.class - [JAR]

├─ com.jarvis.cache.serializer.JacksonJsonSerializer.class - [JAR]

├─ com.jarvis.cache.serializer.JacksonMsgpackSerializer.class - [JAR]

├─ com.jarvis.cache.serializer.JdkSerializer.class - [JAR]

├─ com.jarvis.cache.serializer.KryoSerializer.class - [JAR]

├─ com.jarvis.cache.serializer.NullValue.class - [JAR]

├─ com.jarvis.cache.serializer.StringSerializer.class - [JAR]

com.jarvis.cache

├─ com.jarvis.cache.AutoLoadHandler.class - [JAR]

├─ com.jarvis.cache.CacheHandler.class - [JAR]

├─ com.jarvis.cache.CacheHelper.class - [JAR]

├─ com.jarvis.cache.CacheUtil.class - [JAR]

├─ com.jarvis.cache.ChangeListener.class - [JAR]

├─ com.jarvis.cache.ComboCacheManager.class - [JAR]

├─ com.jarvis.cache.DataLoader.class - [JAR]

├─ com.jarvis.cache.DataLoaderFactory.class - [JAR]

├─ com.jarvis.cache.DeleteCacheMagicHandler.class - [JAR]

├─ com.jarvis.cache.ICacheManager.class - [JAR]

├─ com.jarvis.cache.MSetParam.class - [JAR]

├─ com.jarvis.cache.MagicHandler.class - [JAR]

├─ com.jarvis.cache.RefreshHandler.class - [JAR]

com.jarvis.cache.annotation

├─ com.jarvis.cache.annotation.Cache.class - [JAR]

├─ com.jarvis.cache.annotation.CacheDelete.class - [JAR]

├─ com.jarvis.cache.annotation.CacheDeleteKey.class - [JAR]

├─ com.jarvis.cache.annotation.CacheDeleteMagicKey.class - [JAR]

├─ com.jarvis.cache.annotation.CacheDeleteTransactional.class - [JAR]

├─ com.jarvis.cache.annotation.ExCache.class - [JAR]

├─ com.jarvis.cache.annotation.LocalCache.class - [JAR]

├─ com.jarvis.cache.annotation.Magic.class - [JAR]

com.jarvis.cache.reflect.generics

├─ com.jarvis.cache.reflect.generics.ParameterizedTypeImpl.class - [JAR]

com.jarvis.cache.serializer.protobuf

├─ com.jarvis.cache.serializer.protobuf.ByteBufOutputStream.class - [JAR]

├─ com.jarvis.cache.serializer.protobuf.CacheObjectFactory.class - [JAR]

├─ com.jarvis.cache.serializer.protobuf.HeapByteBufUtil.class - [JAR]

├─ com.jarvis.cache.serializer.protobuf.ProtoBufSerializer.class - [JAR]

├─ com.jarvis.cache.serializer.protobuf.ReadByteBuf.class - [JAR]

├─ com.jarvis.cache.serializer.protobuf.WriteByteBuf.class - [JAR]

com.jarvis.cache.exception

├─ com.jarvis.cache.exception.CacheCenterConnectionException.class - [JAR]

├─ com.jarvis.cache.exception.LoadDataTimeOutException.class - [JAR]

com.jarvis.cache.serializer.kryo

├─ com.jarvis.cache.serializer.kryo.CacheWrapperSerializer.class - [JAR]

├─ com.jarvis.cache.serializer.kryo.DefaultKryoContext.class - [JAR]

├─ com.jarvis.cache.serializer.kryo.KryoClassRegistration.class - [JAR]

├─ com.jarvis.cache.serializer.kryo.KryoContext.class - [JAR]

com.jarvis.lib.util

├─ com.jarvis.lib.util.BeanUtil.class - [JAR]

├─ com.jarvis.lib.util.OsUtil.class - [JAR]

com.jarvis.cache.aop.aspectj

├─ com.jarvis.cache.aop.aspectj.AspectjAopInterceptor.class - [JAR]

├─ com.jarvis.cache.aop.aspectj.AspectjCacheAopProxyChain.class - [JAR]

├─ com.jarvis.cache.aop.aspectj.AspectjDeleteCacheAopProxyChain.class - [JAR]

├─ com.jarvis.cache.aop.aspectj.AspectjDeleteCacheTransactionalAopProxyChain.class - [JAR]

com.jarvis.cache.type

├─ com.jarvis.cache.type.AutoLoadQueueSortType.class - [JAR]

├─ com.jarvis.cache.type.CacheOpType.class - [JAR]

com.jarvis.cache.clone

├─ com.jarvis.cache.clone.Cloning.class - [JAR]

├─ com.jarvis.cache.clone.ICloner.class - [JAR]

com.jarvis.cache.to

├─ com.jarvis.cache.to.AutoLoadConfig.class - [JAR]

├─ com.jarvis.cache.to.AutoLoadTO.class - [JAR]

├─ com.jarvis.cache.to.CacheKeyTO.class - [JAR]

├─ com.jarvis.cache.to.CacheWrapper.class - [JAR]

├─ com.jarvis.cache.to.LocalCacheWrapper.class - [JAR]

├─ com.jarvis.cache.to.ProcessingTO.class - [JAR]

├─ com.jarvis.cache.to.RedisLockInfo.class - [JAR]

com.jarvis.cache.reflect.lambda

├─ com.jarvis.cache.reflect.lambda.GenerateLambda.class - [JAR]

├─ com.jarvis.cache.reflect.lambda.GenerateLambdaMarkerClass.class - [JAR]

├─ com.jarvis.cache.reflect.lambda.GenerateLambdaProcessor.class - [JAR]

├─ com.jarvis.cache.reflect.lambda.Lambda.class - [JAR]

├─ com.jarvis.cache.reflect.lambda.LambdaFactory.class - [JAR]

├─ com.jarvis.cache.reflect.lambda.MethodParameter.class - [JAR]

com.jarvis.cache.memcache

├─ com.jarvis.cache.memcache.MemcachedCacheManager.class - [JAR]

com.jarvis.cache.map

├─ com.jarvis.cache.map.CacheChangeListener.class - [JAR]

├─ com.jarvis.cache.map.CacheTask.class - [JAR]

├─ com.jarvis.cache.map.MapCacheManager.class - [JAR]

com.jarvis.cache.compress

├─ com.jarvis.cache.compress.CommonsCompressor.class - [JAR]

├─ com.jarvis.cache.compress.ICompressor.class - [JAR]

com.jarvis.cache.comparator

├─ com.jarvis.cache.comparator.AutoLoadOldestComparator.class - [JAR]

├─ com.jarvis.cache.comparator.AutoLoadRequestTimesComparator.class - [JAR]

com.jarvis.cache.serializer.hession

├─ com.jarvis.cache.serializer.hession.HessionBigDecimalSerializerFactory.class - [JAR]

├─ com.jarvis.cache.serializer.hession.HessionSoftReferenceSerializerFactory.class - [JAR]

├─ com.jarvis.cache.serializer.hession.SoftReferenceDeserializer.class - [JAR]

├─ com.jarvis.cache.serializer.hession.SoftReferenceSerializer.class - [JAR]

├─ com.jarvis.cache.serializer.hession.WeakReferenceDeserializer.class - [JAR]

├─ com.jarvis.cache.serializer.hession.WeakReferenceSerializer.class - [JAR]

├─ com.jarvis.cache.serializer.hession.WeakReferenceSerializerFactory.class - [JAR]

com.jarvis.cache.redis

├─ com.jarvis.cache.redis.AbstractRedisCacheManager.class - [JAR]

├─ com.jarvis.cache.redis.IRedis.class - [JAR]

├─ com.jarvis.cache.redis.JedisClusterCacheManager.class - [JAR]

├─ com.jarvis.cache.redis.JedisClusterPipeline.class - [JAR]

├─ com.jarvis.cache.redis.JedisUtil.class - [JAR]

├─ com.jarvis.cache.redis.LettuceRedisCacheManager.class - [JAR]

├─ com.jarvis.cache.redis.LettuceRedisClusterCacheManager.class - [JAR]

├─ com.jarvis.cache.redis.LettuceRedisUtil.class - [JAR]

├─ com.jarvis.cache.redis.RetryableJedisClusterPipeline.class - [JAR]

├─ com.jarvis.cache.redis.ShardedJedisCacheManager.class - [JAR]

com.jarvis.cache.lock

├─ com.jarvis.cache.lock.AbstractRedisLock.class - [JAR]

├─ com.jarvis.cache.lock.ILock.class - [JAR]

├─ com.jarvis.cache.lock.JedisClusterLock.class - [JAR]

├─ com.jarvis.cache.lock.ShardedJedisLock.class - [JAR]

com.jarvis.cache.script

├─ com.jarvis.cache.script.AbstractScriptParser.class - [JAR]

├─ com.jarvis.cache.script.JavaScriptParser.class - [JAR]

├─ com.jarvis.cache.script.OgnlParser.class - [JAR]

├─ com.jarvis.cache.script.SpringELParser.class - [JAR]

com.jarvis.cache.aop

├─ com.jarvis.cache.aop.CacheAopProxyChain.class - [JAR]

├─ com.jarvis.cache.aop.DeleteCacheAopProxyChain.class - [JAR]

├─ com.jarvis.cache.aop.DeleteCacheTransactionalAopProxyChain.class - [JAR]

Advertisement

Dependencies from Group

Sep 22, 2022
9 usages
2k stars
Sep 22, 2022
4 usages
2k stars
Sep 22, 2022
4 usages
2k stars
Sep 22, 2022
4 usages
2k stars
Jan 13, 2020
2 usages
2k stars

Discover Dependencies

Dec 07, 2016
4 usages
Apr 22, 2015
1 usages
1 stars
Jul 31, 2017
1 usages
8 stars
Dec 15, 2020
3 usages
Oct 25, 2017
1 usages
1.6k stars
Mar 06, 2019
1 usages
74 stars
May 10, 2015
1 usages
73 stars
Jan 08, 2018
1 usages
3 stars
Jun 24, 2015
1 usages
158 stars
Feb 25, 2017
1 usages
1 stars