DefaultCacheKeyBuilder

case class DefaultCacheKeyBuilder(keyPrefix: Option[String], separator: String) extends CacheKeyBuilder
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

override def stringToCacheKey(key: String): String
Definition Classes
override def toCacheKey(parts: Seq[Any]): String

Build a String from the given parts, separating them using the configured separator string. Prepends the prefix if there is one.

Build a String from the given parts, separating them using the configured separator string. Prepends the prefix if there is one.

Definition Classes

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product