Safe Haskell | None |
---|---|
Language | Haskell2010 |
Data.Cache.Vault
Documentation
mintLabeledKey :: forall a. Typeable a => Text -> Key a Source #
Mint a key with a label for a given type. Note that keys with the same label but for different types are different.
mintUniqKey :: IO (Key a) Source #
Mint a globally unique key