# Functions
NewGoMemcacher returns a wrapped gomemcache client that implements the Memcacher interface.
NewMemcacherStore returns a new MemcacheStore.
NewMemcacheStoreWithValueStorer returns a new MemcacheStore backed by a ValueStorer.
client: memcache client which implements the gsm.Memcacher interface keyPrefix: prefix for the keys we store.
NewMemcacheStore returns a new MemcacheStore for the gomemcache client (github.com/bradfitz/gomemcache/memcache).
NewMemcacheStoreWithValueStorer returns a new MemcacheStore backed by a ValueStorer.
client: memcache client (github.com/bradfitz/gomemcache/memcache) keyPrefix: prefix for the keys we store.
# Constants
speed.
simplicity; warning: only string keys allowed and rest of data must be JSON.Marshal compatible.
security.
# Variables
ErrHeaderFieldNameEmpty is returned, if the HeaderFieldName, which should be used to store session information, is empty.
ErrValueNotFound is returned, if no value was found for a given sessionName.
# Structs
CookieStorer is a ValueStorer, which stores values inside an http.Cookie.
GoMemcacher is a wrapper to the gomemcache client that implements the Memcacher interface.
HeaderStorer is a ValueStorer, which stores values inside an http Header.
MemcacheStore stores sessions in memcache
.
# Interfaces
Memcacher is the interface gsm uses to interact with the memcache client.
No description provided by the author
ValueStorer stores a value for a given name inside a http.Request.
# Type aliases
No description provided by the author