Package com.jcabi.http.wire
Class LastModifiedCachingWire
- java.lang.Object
-
- com.jcabi.http.wire.AbstractHeaderBasedCachingWire
-
- com.jcabi.http.wire.LastModifiedCachingWire
-
- All Implemented Interfaces:
Wire
public final class LastModifiedCachingWire extends AbstractHeaderBasedCachingWire
Wire that caches requests based on Last-Modified and If-Modified-Since headers.- Since:
- 1.15
-
-
Constructor Summary
Constructors Constructor Description LastModifiedCachingWire(Wire origin)
Public ctor.
-
-
-
Constructor Detail
-
LastModifiedCachingWire
public LastModifiedCachingWire(Wire origin)
Public ctor.- Parameters:
origin
- Original wire
-
-