This class is a simple cache for
DbQueryManager objects.
DbQueryManager objects are cached by their related
Datasource and
an identifier.
author: JR Boyens (jboyens[remove] at uwyn dot com) author: Geert Bevin (gbevin[remove] at uwyn dot com) version: $Revision: 3737 $ since: 1.0
Place a
DbQueryManager in the cache
Parameters: datasource - the Datasource associated with the DbQueryManager to put in the cache Parameters: identifier - the identifier associated with the DbQueryManager to put in the cache Parameters: dbQueryManager - the DbQueryManager to put in thecache since: 1.0