Hoogle Search

Within LTS Haskell 22.26 (ghc-9.6.5)

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

  1. initExternalUnitCache :: IO ExternalUnitCache

    ghc-lib-parser GHC.Unit.External

    No documentation available.

  2. DontCache :: IsCached Binary

    hackage-security Hackage.Security.Client.Repository

    No documentation available.

  3. mustCache :: RemoteFile fs typ -> IsCached typ

    hackage-security Hackage.Security.Client.Repository

    Which remote files should we cache locally?

  4. repGetCached :: Repository down -> CachedFile -> IO (Maybe (Path Absolute))

    hackage-security Hackage.Security.Client.Repository

    Get a cached file (if available)

  5. repGetCachedRoot :: Repository down -> 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.

  6. getCached :: Cache -> CachedFile -> IO (Maybe (Path Absolute))

    hackage-security Hackage.Security.Client.Repository.Cache

    Get a cached file (if available)

  7. getCachedIndex :: Cache -> Format f -> IO (Maybe (Path Absolute))

    hackage-security Hackage.Security.Client.Repository.Cache

    Get the cached index (if available)

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

  9. ieEnableElementCacheCleanup :: Browser -> Bool

    webdriver Test.WebDriver

    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.

  10. ieEnableElementCacheCleanup :: Browser -> Bool

    webdriver Test.WebDriver.Capabilities

    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.

Page 4 of many | Previous | Next