memcached-0.1.2: haskell bindings for memcached
Source code
Contents
Index
Network.Memcache
Documentation
class
Memcache
a
where
Source
Methods
set
:: (
Key
k,
Serializable
s) => a -> k -> s ->
IO
Bool
Source
replace
:: (
Key
k,
Serializable
s) => a -> k -> s ->
IO
Bool
Source
add
:: (
Key
k,
Serializable
s) => a -> k -> s ->
IO
Bool
Source
get
:: (
Key
k,
Serializable
s) => a -> k ->
IO
(
Maybe
s)
Source
delete
::
Key
k => a -> k ->
Int
->
IO
Bool
Source
incr
::
Key
k => a -> k ->
Int
->
IO
(
Maybe
Int
)
Source
decr
::
Key
k => a -> k ->
Int
->
IO
(
Maybe
Int
)
Source
Instances
Memcache
Server
Produced by
Haddock
version 2.6.0