ContentsIndex
Framework.Cache.Instances
Synopsis
data MemcacheBackend = MB Server
data FilesystemBackend = FB String
data FakeBackend = Fake
initCache' :: String -> String -> IO CacheConnection
Documentation
data MemcacheBackend
Constructors
MB Server
show/hide Instances
data FilesystemBackend
Constructors
FB String
show/hide Instances
data FakeBackend
Constructors
Fake
show/hide Instances
initCache'
:: StringCache backend
-> StringPath to cache (backend-specific)
-> IO CacheConnection
Initialize cache
Produced by Haddock version 2.4.2