runthebusiness / reformation

Reformation is a branch of Doctrine Orm created from version 1.2.1. It contains many new features and bug fixes.
GNU Lesser General Public License v2.1
0 stars 0 forks source link

option to speed optimize the method by which query cache works #12

Closed runthebusiness closed 11 years ago

runthebusiness commented 11 years ago

add methods: Doctrine_Query::setFastQueryCache, Doctrine_Query::getFastQueryCache, should be used in tandum with setSimpleSqlAlias option

runthebusiness commented 11 years ago

fixed