Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Interface ¶
type Interface interface {
// Load Loads a cache for a given database address and a root directory
Load(directory string, dbAddress string) (datastore.Datastore, error)
// Close Closes a cache and all its associated data stores
Close() error
// Destroy Removes all the cached data for a database
Destroy(directory string, dbAddress string) error
}
Interface Cache interface
Click to show internal directories.
Click to hide internal directories.