package net.darkwire.example.service; /** * Created by fsiu on 4/24/14. */ public interface CacheableSpiceRequest { public Object getCacheKey(); }