play.api.libs.ws.ahc.cache.AsyncCacheableConnection
See theAsyncCacheableConnection companion object
class AsyncCacheableConnection[T](asyncHandler: AsyncHandler[T], request: Request, response: CacheableResponse, future: ListenableFuture[T]) extends Callable[T]
Calls the relevant methods on the async handler, providing it with the cached response.
Attributes
- Companion
- object
- Graph
-
- Supertypes
Members list
Value members
Concrete methods
Attributes
- Definition Classes
-
Callable
Returns a string representation of the object.
Returns a string representation of the object.
The default representation is platform dependent.
Attributes
- Returns
-
a string representation of the object.
- Definition Classes
-
Any
Inherited methods
Attributes
- Inherited from:
- Debug (hidden)
Attributes
- Inherited from:
- Debug (hidden)
Attributes
- Inherited from:
- Debug (hidden)
Attributes
- Inherited from:
- Debug (hidden)
Attributes
- Inherited from:
- Debug (hidden)
Attributes
- Inherited from:
- Debug (hidden)
Attributes
- Inherited from:
- Debug (hidden)
Attributes
- Inherited from:
- Debug (hidden)
Attributes
- Inherited from:
- Debug (hidden)
Attributes
- Inherited from:
- AhcUtilities
In this article