Happstack.State.Saver.Impl.Memory
Documentation
newMemoryStore :: IO (MVar Store)
memoryReader :: Serialize a => MVar Store -> String -> Int -> IO (ReaderStream a)
memoryWriter :: Serialize a => MVar Store -> String -> Int -> IO (WriterStream a)
parseAll :: Serialize a => ByteString -> [a]
addToStore :: (Ord a, Ord b) => a -> b -> ByteString -> Map a (Map b ByteString) -> Map a (Map b ByteString)