コード例 #1
0
 public void remove(final Object key) throws CacheException {
   delegate.remove(key);
 }