Versions in this module Expand all Collapse all v1 v1.1.0 Dec 26, 2018 Changes in this version type Cache + func (c *Cache) Enable(enabled bool) + func (c *Cache) Enabled() bool + func (c *Cache) Load(rules []rule.Nocacher) + func (c *Cache) Name() string + func (c *Cache) Status() plugin.PlgStatus v1.0.0 Dec 19, 2018 Changes in this version + const CachePageKey + const CachePluginKey + type Cache struct + func New(store presistence.Store, rules []rule.Nocacher) *Cache + func (c *Cache) Handle(ctx *plugin.Context)