package cache import "git.beejay.kim/Craft/Api/service" type Cache interface { service.Service Get(elm Element) error Set(elm ...Element) error }