memcache-0.0.1: A memcached client library.

Safe HaskellSafe-Inferred
LanguageHaskell98

Database.Memcache.Types

Description

Stores the various types needed by memcache. Mostly concerned with the representation of the protocol.

Documentation

data Q Source

Constructors

Loud 
Quiet 

Instances

data K Source

Constructors

NoKey 
IncludeKey 

Instances

data Header Source

Constructors

Header 

data Request Source

Constructors

Req 

data SESet Source

Constructors

SESet Flags Expiration 

Instances