jar

cz.jirutka.spring : spring-http-client-cache

Maven & Gradle

Mar 04, 2014
4 stars

Spring HTTP client cache · A very simple HTTP cache for the Spring RestTemplate.

Table Of Contents

Latest Version

Download cz.jirutka.spring : spring-http-client-cache JAR file - Latest Versions:

All Versions

Download cz.jirutka.spring : spring-http-client-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 spring-http-client-cache-1.0.0.M1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

cz.jirutka.spring.http.client.cache.internal

├─ cz.jirutka.spring.http.client.cache.internal.CacheControl.class - [JAR]

├─ cz.jirutka.spring.http.client.cache.internal.CacheEntry.class - [JAR]

├─ cz.jirutka.spring.http.client.cache.internal.CombinedClientHttpResponse.class - [JAR]

├─ cz.jirutka.spring.http.client.cache.internal.HttpResponseCache.class - [JAR]

├─ cz.jirutka.spring.http.client.cache.internal.HttpResponseCacheImpl.class - [JAR]

├─ cz.jirutka.spring.http.client.cache.internal.HttpResponseReader.class - [JAR]

├─ cz.jirutka.spring.http.client.cache.internal.InMemoryClientHttpResponse.class - [JAR]

├─ cz.jirutka.spring.http.client.cache.internal.SizeLimitedHttpResponseReader.class - [JAR]

cz.jirutka.spring.http.client.cache

├─ cz.jirutka.spring.http.client.cache.CacheKeyGenerator.class - [JAR]

├─ cz.jirutka.spring.http.client.cache.CachedEntrySuitabilityChecker.class - [JAR]

├─ cz.jirutka.spring.http.client.cache.CachingHttpRequestInterceptor.class - [JAR]

├─ cz.jirutka.spring.http.client.cache.CachingHttpRequestInterceptorBuilder.class - [JAR]

├─ cz.jirutka.spring.http.client.cache.CachingPolicy.class - [JAR]

├─ cz.jirutka.spring.http.client.cache.DefaultCachedEntrySuitabilityChecker.class - [JAR]

├─ cz.jirutka.spring.http.client.cache.DefaultCachingPolicy.class - [JAR]

├─ cz.jirutka.spring.http.client.cache.DefaultResponseExpirationResolver.class - [JAR]

├─ cz.jirutka.spring.http.client.cache.ResponseExpirationResolver.class - [JAR]

├─ cz.jirutka.spring.http.client.cache.SimpleCacheKeyGenerator.class - [JAR]

├─ cz.jirutka.spring.http.client.cache.SoftReferenceSynchronizedLruCache.class - [JAR]

├─ cz.jirutka.spring.http.client.cache.SynchronizedLruCache.class - [JAR]

Advertisement