Documentation
¶
Overview ¶
Package memory the memory key/value store
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cache ¶
Cache is an implementation of Cache that stores bytes in in-memory.
func NewCache ¶
func NewCache() *Cache
NewCache returns a new Cache that will store items in in-memory.
type Cookie ¶
type Cookie struct {
// contains filtered or unexported fields
}
Cookie is an implementation of cache.Cookie that stores http.Cookie in in-memory.
func NewCookie ¶
func NewCookie() *Cookie
NewCookie returns a new Cookie that will store cookies in in-memory.
func (*Cookie) CookieString ¶
CookieString returns the cookies string for the given URL.
func (*Cookie) DeleteCookie ¶
DeleteCookie delete the cookies for the given URL.
func (*Cookie) SetCookieString ¶
SetCookieString handles the receipt of the cookies string in a reply for the given URL.
Click to show internal directories.
Click to hide internal directories.