RecoveryPolicyResolver

play.api.cache.redis.RecoveryPolicyResolver
See theRecoveryPolicyResolver companion object

This resolver represents an abstraction over translation of the policy name into the instance. It has two subclasses, one for guice and the other for compile-time injection.

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Abstract methods

def resolve: PartialFunction[String, RecoveryPolicy]