CacheStoreFactory

abstract class CacheStoreFactory

Factory that can make new stores.

Companion:
object
class Object
trait Matchable
class Any

Value members

Abstract methods

def make(identifier: String): CacheStore

Create a new store.

Create a new store.

def sub(identifier: String): CacheStoreFactory

Create a new CacheStoreFactory from this factory.

Create a new CacheStoreFactory from this factory.

Concrete methods

final def /(identifier: String): CacheStoreFactory

A symbolic alias for sub.

A symbolic alias for sub.