return ((FixableCacheEntry) ce).getCeFixCount() == 0
&& o != null && classesToPin.contains(o.getClass());
}
});
} catch (CacheException e) {
throw new JDOException("Error during the eviction of entries of the class '"
+ clazz.getName() + "' with"
+ (subClasses ? "" : "out") + " sub classes: ", e);
}
// TODO: pin forever
}