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