public boolean isElementInMemory(Serializable serializable) {
   return cache.isElementInMemory(serializable);
 }
 public boolean isElementInMemory(Object o) {
   return cache.isElementInMemory(o);
 }