|
|
|
|
| Synopsis |
|
|
|
| Documentation |
|
| class CacheBackend b where |
| | Methods | | cinit :: String -> IO b | | Init cache backend
| | | cget :: Serializable v => b -> String -> IO (Maybe v) | | Get data from cache
| | | cput :: Serializable v => b -> String -> v -> IO Bool | | Put data to cache
| | | cunset :: b -> String -> IO Bool | | Unset data
| | | cfree :: b -> IO () | | Free backend
|
| | Instances | |
|
|
| data CacheConnection |
| Type to incapsulate connection to any cache backend.
| | Constructors | | Instances | |
|
|
| Produced by Haddock version 2.4.2 |