DetailedReports
play.api.cache.redis.DetailedReports
trait DetailedReports extends Reports
Detailed reports policy produces logs with failure causes
Attributes
- Graph
-
- Supertypes
Members list
Value members
Concrete methods
Inherited methods
Attributes
- Inherited from:
- Reports
name of the policy used for internal purposes
When a failure occurs, this method handles it. It may re-run it, return default value, log it or propagate the exception.
When a failure occurs, this method handles it. It may re-run it, return default value, log it or propagate the exception.
Type parameters
- T
-
expected result type
Value parameters
- default
-
default value neutral to the operation
- failure
-
incident report
- rerun
-
failed request (cache operation)
Attributes
- Returns
-
failure recovery or exception
- Inherited from:
- Reports
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
-
RecoveryPolicy -> Any
- Inherited from:
- RecoveryPolicy
In this article