Documentation
¶
Overview ¶
Package dbcache implements a database cache for Porch.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func OpenDB ¶
func OpenDB(ctx context.Context, opts cachetypes.CacheOptions) error
Types ¶
type DBCacheFactory ¶
type DBCacheFactory struct {
}
func (*DBCacheFactory) NewCache ¶
func (f *DBCacheFactory) NewCache(ctx context.Context, options cachetypes.CacheOptions) (cachetypes.Cache, error)
Click to show internal directories.
Click to hide internal directories.