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