| |||||||||||
| |||||||||||
| Description | |||||||||||
| This module contains common cache functions | |||||||||||
| Synopsis | |||||||||||
| |||||||||||
| Documentation | |||||||||||
| initCache | |||||||||||
| |||||||||||
| cGet :: Serializable v => CacheConnection -> String -> IO (Maybe v) | |||||||||||
| Get data from cache (from given connection) | |||||||||||
| cPut :: Serializable v => CacheConnection -> String -> v -> IO Bool | |||||||||||
| Put data to cache | |||||||||||
| cUnset :: CacheConnection -> String -> IO Bool | |||||||||||
| Unset key in cache | |||||||||||
| cFree | |||||||||||
| |||||||||||
| cDisconnect :: CacheConnection -> IO () | |||||||||||
| Actually disconnect from cache | |||||||||||
| Produced by Haddock version 2.4.2 | |||||||||||