Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Interface ¶
type Interface interface {
Get(key string) (*cache.Cache, error)
Exists(key string) bool
Set(entity *cache.Cache, expiration time.Duration) error
Del(key string) error
}
func NewCacheRepository ¶
func NewCacheRepository(databaseRead SQL.InterfaceRead, databaseWrite SQL.InterfaceWrite) Interface
Click to show internal directories.
Click to hide internal directories.