Hoogle Search
Within LTS Haskell 23.21 (ghc-9.8.4)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
readDBRef :: (IResource a, Typeable a) => DBRef a -> STM (Maybe a)TCache Data.TCache Return the reference value. If it is not in the cache, it is fetched from the database.
readDBRefs :: (IResource a, Typeable a) => [DBRef a] -> STM [Maybe a]TCache Data.TCache Read multiple DBRefs in a single request using the new readResourcesByKey
Page 1 of 1