Documentation
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