jar

com.github.nagyesta : cache-only

Maven & Gradle

Aug 17, 2023
0 stars

Cache-Only · Cache-Only is a minimal library augmenting the Spring cache abstraction with a way for caching bulk API calls.

Table Of Contents

Latest Version

Download com.github.nagyesta : cache-only JAR file - Latest Versions:

All Versions

Download com.github.nagyesta : cache-only JAR file - All Versions:

Version Vulnerabilities Size Updated
2.0.x
1.3.x
1.2.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-only-2.0.173.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.nagyesta.cacheonly.transform.concurrent

├─ com.github.nagyesta.cacheonly.transform.concurrent.AsyncPartialCacheSupport.class - [JAR]

com.github.nagyesta.cacheonly.core

├─ com.github.nagyesta.cacheonly.core.AbstractCacheServiceTemplate.class - [JAR]

├─ com.github.nagyesta.cacheonly.core.CacheRefreshStrategy.class - [JAR]

├─ com.github.nagyesta.cacheonly.core.CachingServiceTemplate.class - [JAR]

├─ com.github.nagyesta.cacheonly.core.DefaultCacheServiceTemplate.class - [JAR]

com.github.nagyesta.cacheonly.raw

├─ com.github.nagyesta.cacheonly.raw.BatchServiceCaller.class - [JAR]

com.github.nagyesta.cacheonly.core.exception

├─ com.github.nagyesta.cacheonly.core.exception.CacheMissException.class - [JAR]

com.github.nagyesta.cacheonly.core.metrics

├─ com.github.nagyesta.cacheonly.core.metrics.BasicBatchServiceCallMetricCollector.class - [JAR]

├─ com.github.nagyesta.cacheonly.core.metrics.BatchServiceCallMetricCollector.class - [JAR]

├─ com.github.nagyesta.cacheonly.core.metrics.NoOpBatchServiceCallMetricCollector.class - [JAR]

com.github.nagyesta.cacheonly.core.conurrent

├─ com.github.nagyesta.cacheonly.core.conurrent.ConcurrentCacheServiceTemplate.class - [JAR]

├─ com.github.nagyesta.cacheonly.core.conurrent.ConcurrentOperationSupport.class - [JAR]

com.github.nagyesta.cacheonly.transform

├─ com.github.nagyesta.cacheonly.transform.BatchRequestTransformer.class - [JAR]

├─ com.github.nagyesta.cacheonly.transform.BatchResponseTransformer.class - [JAR]

├─ com.github.nagyesta.cacheonly.transform.NoOpPartialCacheSupport.class - [JAR]

├─ com.github.nagyesta.cacheonly.transform.PartialCacheSupport.class - [JAR]

com.github.nagyesta.cacheonly.entity

├─ com.github.nagyesta.cacheonly.entity.CacheKey.class - [JAR]

com.github.nagyesta.cacheonly.transform.common

├─ com.github.nagyesta.cacheonly.transform.common.AbstractCollectionBasedTransformer.class - [JAR]

├─ com.github.nagyesta.cacheonly.transform.common.AbstractMapBasedTransformer.class - [JAR]

├─ com.github.nagyesta.cacheonly.transform.common.AbstractWrappedCollectionBasedTransformer.class - [JAR]

├─ com.github.nagyesta.cacheonly.transform.common.AbstractWrappedMapBasedTransformer.class - [JAR]

├─ com.github.nagyesta.cacheonly.transform.common.CollectionBasedRequestTransformer.class - [JAR]

├─ com.github.nagyesta.cacheonly.transform.common.CollectionBasedResponseTransformer.class - [JAR]

├─ com.github.nagyesta.cacheonly.transform.common.MapBasedRequestTransformer.class - [JAR]

├─ com.github.nagyesta.cacheonly.transform.common.MapBasedResponseTransformer.class - [JAR]

├─ com.github.nagyesta.cacheonly.transform.common.WrappedCollectionBasedRequestTransformer.class - [JAR]

├─ com.github.nagyesta.cacheonly.transform.common.WrappedCollectionBasedResponseTransformer.class - [JAR]

├─ com.github.nagyesta.cacheonly.transform.common.WrappedMapBasedRequestTransformer.class - [JAR]

├─ com.github.nagyesta.cacheonly.transform.common.WrappedMapBasedResponseTransformer.class - [JAR]

com.github.nagyesta.cacheonly.raw.concurrent

├─ com.github.nagyesta.cacheonly.raw.concurrent.AsyncBatchServiceCaller.class - [JAR]

com.github.nagyesta.cacheonly.raw.exception

├─ com.github.nagyesta.cacheonly.raw.exception.BatchServiceException.class - [JAR]