Hoogle Search

Within LTS Haskell 22.21 (ghc-9.6.5)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. 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.

  2. 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