Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CassandraBackend ¶
type CassandraBackend struct {
// contains filtered or unexported fields
}
CassandraBackend is a physical backend that stores data in Cassandra.
func (*CassandraBackend) Delete ¶
func (c *CassandraBackend) Delete(key string) error
Delete is used to permanently delete an entry
func (*CassandraBackend) Get ¶
func (c *CassandraBackend) Get(key string) (*physical.Entry, error)
Get is used to fetch an entry
Click to show internal directories.
Click to hide internal directories.