* Create a {@link Map} to be used for the primary managed object cache.
* Maps oids to state managers. By default, this creates a
* {@link ReferenceMap} with soft values.
*/
protected Map<?,?> newManagedObjectCache() {
return new ReferenceHashMap(ReferenceMap.HARD, ReferenceMap.SOFT);
}