Class RequestCache
java.lang.Object
com.github.tomakehurst.wiremock.common.RequestCache
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voiddisable()<T> Tget(RequestCache.Key key) <T> Tget(RequestCache.Key key, Supplier<T> supplier) static RequestCachestatic voidvoidput(RequestCache.Key key, Object value)
-
Constructor Details
-
RequestCache
public RequestCache()
-
-
Method Details
-
getCurrent
-
onRequestEnd
public static void onRequestEnd() -
disable
public static void disable() -
put
-
get
-
get
-