withPrefix abstract method

Cache<T> withPrefix(
  1. String prefix
)

Get a Cache wrapping of this cache with given prefix.

Implementation

Cache<T> withPrefix(String prefix);