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.
getCachedRoot :: Cache -> IO (Path Absolute)hackage-security Hackage.Security.Client.Repository.Cache Get the cached root Calling getCachedRoot without root info available is a programmer error and will result in an unchecked exception. See requiresBootstrap.
-
FontyFruity Graphics.Text.TrueType A font cache is a cache listing all the found fonts on the system, allowing faster font lookup once created FontCache is an instance of binary, to get okish performance you should save it in a file somewhere instead of rebuilding it everytime! The font cache is dependent on the version of rasterific, you must rebuild it for every version.
-
FontyFruity Graphics.Text.TrueType Font cache with no pre-existing fonts in it.
-
dns Network.DNS.Resolver Default cache configuration.
>>> defaultCacheConf CacheConf {maximumTTL = 300, pruningDelay = 10}
don'tCache :: Monad m => m a -> Cached m areactive-banana Reactive.Banana.Prim.High.Cached Lift an action that is not cached, for instance because it is idempotent.
liftCached1 :: (MonadFix m, MonadIO m) => (a -> m b) -> Cached m a -> Cached m breactive-banana Reactive.Banana.Prim.High.Cached No documentation available.
liftCached2 :: (MonadFix m, MonadIO m) => (a -> b -> m c) -> Cached m a -> Cached m b -> Cached m creactive-banana Reactive.Banana.Prim.High.Cached No documentation available.
getCacheBfs :: MonadClient m => ActorId -> m (Array BfsDistance)LambdaHack Game.LambdaHack.Client.BfsM Get cached BFS array or, if not stored, generate and store first.
getCacheBfsAndPath :: MonadClient m => ActorId -> Point -> m (Array BfsDistance, Maybe AndPath)LambdaHack Game.LambdaHack.Client.BfsM Get cached BFS array and path or, if not stored, generate and store first.
getCachePath :: MonadClient m => ActorId -> Point -> m (Maybe AndPath)LambdaHack Game.LambdaHack.Client.BfsM Get cached BFS path or, if not stored, generate and store first.