public void removeFromCache() { CacheSupport.cacheDelete(this.getClass().getName(), id); }
public void addToCache() { CacheSupport.cachePut(this.getClass().getName(), id, this); }