CacheKeyBuilder

class Object
trait Matchable
class Any

Value members

Abstract methods

def stringToCacheKey(key: String): String

Build a cache key by prepending the configured prefix, if there is one

Build a cache key by prepending the configured prefix, if there is one

def toCacheKey(parts: Seq[Any]): String

Build a String from the given parts to use as a cache key

Build a String from the given parts to use as a cache key