memcached-0.1.2: haskell bindings for memcachedSource codeContentsIndex
Network.Memcache
Documentation
class Memcache a whereSource
Methods
set :: (Key k, Serializable s) => a -> k -> s -> IO BoolSource
replace :: (Key k, Serializable s) => a -> k -> s -> IO BoolSource
add :: (Key k, Serializable s) => a -> k -> s -> IO BoolSource
get :: (Key k, Serializable s) => a -> k -> IO (Maybe s)Source
delete :: Key k => a -> k -> Int -> IO BoolSource
incr :: Key k => a -> k -> Int -> IO (Maybe Int)Source
decr :: Key k => a -> k -> Int -> IO (Maybe Int)Source
show/hide Instances
Produced by Haddock version 2.6.0