public override ObjectDatabase newCachedDatabase() { // Note that "this" is not returned since subclasses might actually do something, // on closeSelf() (for example closing database connections or open repositories). // The situation might become even more tricky if we will consider alternates. return(wrapped.newCachedDatabase()); }
public override ObjectDatabase newCachedDatabase() { return(_objectDatabase.newCachedDatabase()); }