Package com.jcabi.http.wire
Class LastModifiedCachingWire
java.lang.Object
com.jcabi.http.wire.AbstractHeaderBasedCachingWire
com.jcabi.http.wire.LastModifiedCachingWire
- All Implemented Interfaces:
Wire
Wire that caches requests based on Last-Modified
and If-Modified-Since headers.
- Since:
- 1.15
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.jcabi.http.wire.AbstractHeaderBasedCachingWire
send
-
Constructor Details
-
LastModifiedCachingWire
Public ctor.- Parameters:
origin- Original wire
-