Beispiel #1
0
 public void removeFromCache() {
   CacheSupport.cacheDelete(this.getClass().getName(), id);
 }
Beispiel #2
0
 public void addToCache() {
   CacheSupport.cachePut(this.getClass().getName(), id, this);
 }