Hoogle Search

Within LTS Haskell 24.4 (ghc-9.10.2)

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

  1. getCached :: (Typeable a, MonadIO m, MonadReader Cache m) => Key -> m (Maybe a)

    registry Data.Registry.Internal.Cache

    Get a cached value from the cache This is a IO operation since we access the cache MVar

  2. getCachedValue :: (Typeable a, MonadIO m) => Key -> Cache -> m (Maybe a)

    registry Data.Registry.Internal.Cache

    Retrieve a cached value given its key

  3. setCached :: (Typeable a, MonadIO m, MonadReader Cache m) => Key -> a -> m ()

    registry Data.Registry.Internal.Cache

    Cache a value at a given key in the cache This is a IO operation since we access the cache MVar

  4. clearHeistCache :: Heist b -> IO ()

    snap Snap.Snaplet.Heist

    Clears data stored by the cache tag. The cache tag automatically reloads its data when the specified TTL expires, but sometimes you may want to trigger a manual reload. This function lets you do that.

  5. clearHeistCache :: Heist b -> IO ()

    snap Snap.Snaplet.Heist.Compiled

    Clears data stored by the cache tag. The cache tag automatically reloads its data when the specified TTL expires, but sometimes you may want to trigger a manual reload. This function lets you do that.

  6. clearHeistCache :: Heist b -> IO ()

    snap Snap.Snaplet.Heist.Generic

    Clears data stored by the cache tag. The cache tag automatically reloads its data when the specified TTL expires, but sometimes you may want to trigger a manual reload. This function lets you do that.

  7. clearHeistCache :: Heist b -> IO ()

    snap Snap.Snaplet.Heist.Interpreted

    Clears data stored by the cache tag. The cache tag automatically reloads its data when the specified TTL expires, but sometimes you may want to trigger a manual reload. This function lets you do that.

  8. clearHeistCache :: Heist b -> IO ()

    snap Snap.Snaplet.HeistNoClass

    Clears data stored by the cache tag. The cache tag automatically reloads its data when the specified TTL expires, but sometimes you may want to trigger a manual reload. This function lets you do that.

  9. getCachedAgdaLibFile :: (MonadState LibState m, MonadIO m) => FilePath -> m (Maybe AgdaLibFile)

    Agda Agda.Interaction.Library.Base

    No documentation available.

  10. getCachedProjectConfig :: (MonadState LibState m, MonadIO m) => FilePath -> m (Maybe ProjectConfig)

    Agda Agda.Interaction.Library.Base

    No documentation available.

Page 7 of many | Previous | Next