Don't keep hold of a connection into a !CachedRepository instance.
Those objects are themselves cached for the duration of a request, so this can prevent a db connection to be returned to the pool during all this time.
Authored by: cboos 2008-07-22
Parent: [r7374]
Child: [r7376]