Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Memory = cache.Options{} File = cache.Options{ Adapter: "file", AdapterConfig: conf.Cfg.Section("").Key("cache_adpter_config").Value(), } Redis = cache.Options{ Adapter: "redis", AdapterConfig: conf.Cfg.Section("").Key("cache_adpter_config").Value(), } Memcache = cache.Options{ Adapter: "memcache", AdapterConfig: conf.Cfg.Section("").Key("cache_adpter_config").Value(), } )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.