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.
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
getCachedValue :: (Typeable a, MonadIO m) => Key -> Cache -> m (Maybe a)registry Data.Registry.Internal.Cache Retrieve a cached value given its key
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
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.
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.
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.
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.
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.
getCachedAgdaLibFile :: (MonadState LibState m, MonadIO m) => FilePath -> m (Maybe AgdaLibFile)Agda Agda.Interaction.Library.Base No documentation available.
getCachedProjectConfig :: (MonadState LibState m, MonadIO m) => FilePath -> m (Maybe ProjectConfig)Agda Agda.Interaction.Library.Base No documentation available.