Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CacheRequest ¶
type CacheRequest struct {
Gobj object.CacheObject `json:"Gobj"`
}
func NewEmptyRequest ¶
func NewEmptyRequest() CacheRequest
func NewRequestFromValues ¶
func NewRequestFromValues(key string, value interface{}, ttl int64) CacheRequest
Click to show internal directories.
Click to hide internal directories.