Interface HttpCacheStorage

All Known Implementing Classes:
AbstractBinaryCacheStorage, AbstractSerializingCacheStorage, BasicHttpCacheStorage, ManagedHttpCacheStorage

@Contract(threading=SAFE) public interface HttpCacheStorage
HttpCacheStorage represents an abstract HTTP cache storage backend that can then be plugged into the classic (blocking) request execution pipeline.

Implementations of this interface are expected to be threading-safe.

Since:
4.1