Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cache ¶
type Cache interface { Get(key string) (interface{}, bool) GetActual(val interface{}) interface{} GetString(key string) (string, bool) GetTime(key string) (time.Time, bool) Set(key string, val interface{}) Cache Keys() []string Clone() Cache Merge(c Cache) Cache Dump() }
func NewWithParams ¶
Click to show internal directories.
Click to hide internal directories.