public Map getAllWithLoader(Collection collection, Object o) {
   return cache.getAllWithLoader(collection, o);
 }