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.
ieEnableElementCacheCleanup :: Browser -> Boolwebdriver Test.WebDriver.Types Determines whether the driver should attempt to remove obsolete elements from the element cache on page navigation (true by default). This is to help manage the IE driver's memory footprint , removing references to invalid elements.
-
ghc-lib-parser GHC.Unit.External Information about the currently loaded external packages. This is mutable because packages will be demand-loaded during a compilation run as required.
ExternalUnitCache :: IORef ExternalPackageState -> ExternalUnitCacheghc-lib-parser GHC.Unit.External No documentation available.
initExternalUnitCache :: IO ExternalUnitCacheghc-lib-parser GHC.Unit.External No documentation available.
-
hackage-security Hackage.Security.Client.Repository No documentation available.
mustCache :: RemoteFile fs typ -> IsCached typhackage-security Hackage.Security.Client.Repository Which remote files should we cache locally?
repGetCached :: Repository (down :: Type -> Type) -> CachedFile -> IO (Maybe (Path Absolute))hackage-security Hackage.Security.Client.Repository Get a cached file (if available)
repGetCachedRoot :: Repository (down :: Type -> Type) -> IO (Path Absolute)hackage-security Hackage.Security.Client.Repository Get the cached root This is a separate method only because clients must ALWAYS have root information available.
getCached :: Cache -> CachedFile -> IO (Maybe (Path Absolute))hackage-security Hackage.Security.Client.Repository.Cache Get a cached file (if available)
getCachedIndex :: Cache -> Format f -> IO (Maybe (Path Absolute))hackage-security Hackage.Security.Client.Repository.Cache Get the cached index (if available)