CacheStoreFactory

sbt.util.CacheStoreFactory
See theCacheStoreFactory companion object
abstract class CacheStoreFactory

Factory that can make new stores.

Attributes

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

Members list

Concise view

Value members

Abstract methods

def make(identifier: String): CacheStore

Create a new store.

Create a new store.

Attributes

def sub(identifier: String): CacheStoreFactory

Create a new CacheStoreFactory from this factory.

Create a new CacheStoreFactory from this factory.

Attributes

Concrete methods

final def /(identifier: String): CacheStoreFactory

A symbolic alias for sub.

A symbolic alias for sub.

Attributes