Hoogle Search

Within LTS Haskell 24.3 (ghc-9.10.2)

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

  1. statementCacheSize :: MkStatementCache -> IO Int

    persistent Database.Persist.SqlBackend.StatementCache

    Get the current size of the cache.

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

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

    registry Data.Registry.Internal.Cache

    Retrieve a cached value given its key

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

  5. setCache :: Cache -> IO ()

    TCache Data.TCache

    Set the cache. this is useful for hot loaded modules that will update an existing cache. Experimental

  6. bbConstraintcache :: GeoBoundingBoxConstraint -> Cache

    bloodhound Database.Bloodhound.Common.Types

    No documentation available.

  7. defaultCache :: Cache

    bloodhound Database.Bloodhound.Common.Types

    No documentation available.

  8. getCache :: FileCacheR e a -> IO (Map FilePath (Either e a))

    filecache Data.FileCache

    Gets a copy of the cache.

  9. getCache :: FileCacheR e a -> IO (Map FilePath (Either e a))

    filecache Data.FileCache.Internal

    Gets a copy of the cache.

  10. getCache :: Cache t -> Array Int (IORef (CacheState t))

    intern Data.Interned.Internal

    No documentation available.

Page 3 of many | Previous | Next