Versions in this module Expand all Collapse all v1 v1.35.0 Apr 7, 2026 Changes in this version + var Init = &CacheInit + var Plugin = taskplugin.New("cache", "0.1", exec, taskplugin.WithConfig(validConfig, Config{})) + type CacheInit struct + func (ci *CacheInit) Description() string + func (ci *CacheInit) Init(s *plugins.Service) error + type Config struct + Action string + Key string + TTL int64 + Value interface{}