163164165166167168169170171172173
{ LOG.debug("Removing from L2 >> " + key); Cache c = (Cache) getL2Cache(); if (c != null) { c.evict(entityClass, key); } } } /**