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.
statementCacheSize :: MkStatementCache -> IO Intpersistent Database.Persist.SqlBackend.StatementCache Get the current size of the cache.
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
-
TCache Data.TCache Set the cache. this is useful for hot loaded modules that will update an existing cache. Experimental
bbConstraintcache :: GeoBoundingBoxConstraint -> Cachebloodhound Database.Bloodhound.Common.Types No documentation available.
-
bloodhound Database.Bloodhound.Common.Types No documentation available.
getCache :: FileCacheR e a -> IO (Map FilePath (Either e a))filecache Data.FileCache Gets a copy of the cache.
getCache :: FileCacheR e a -> IO (Map FilePath (Either e a))filecache Data.FileCache.Internal Gets a copy of the cache.
getCache :: Cache t -> Array Int (IORef (CacheState t))intern Data.Interned.Internal No documentation available.