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