gi-soup-0.2.52.12: Soup bindings

CopyrightWill Thompson, Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria (garetxe@gmail.com)
Safe HaskellNone
LanguageHaskell2010

GI.Soup.Objects.Cache

Contents

Description

 

Synopsis

Exported types

newtype Cache Source

Constructors

Cache (ForeignPtr Cache) 

class GObject o => CacheK o Source

Instances

Methods

cacheClear

cacheClear :: (MonadIO m, CacheK a) => a -> m () Source

cacheDump

cacheDump :: (MonadIO m, CacheK a) => a -> m () Source

cacheFlush

cacheFlush :: (MonadIO m, CacheK a) => a -> m () Source

cacheGetMaxSize

cacheLoad

cacheLoad :: (MonadIO m, CacheK a) => a -> m () Source

cacheNew

cacheSetMaxSize

cacheSetMaxSize :: (MonadIO m, CacheK a) => a -> Word32 -> m () Source

Properties

CacheDir

CacheType