Пример #1
0
 /**
  * Remove an object.
  *
  * @param objClass Class of object to be removed.
  * @param id Identifier for object to be removed.
  */
 public void remove(Class objClass, IIdentifier id) {
   _cache.remove(objClass, id);
 }