Show
Ignore:
Timestamp:
11/25/07 19:07:30 (14 months ago)
Author:
romanb
Message:

Completed implementation of the query cache.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/lib/Doctrine.php

    r3208 r3223  
    183183 
    184184    const ATTR_CACHE                    = 150; 
     185    const ATTR_RESULT_CACHE             = 150; 
    185186    const ATTR_CACHE_LIFESPAN           = 151; 
     187    const ATTR_RESULT_CACHE_LIFESPAN    = 151; 
    186188    const ATTR_LOAD_REFERENCES          = 153; 
    187189    const ATTR_RECORD_LISTENER          = 154; 
    188190    const ATTR_THROW_EXCEPTIONS         = 155; 
    189191    const ATTR_DEFAULT_PARAM_NAMESPACE  = 156; 
     192    const ATTR_QUERY_CACHE              = 157; 
     193    const ATTR_QUERY_CACHE_LIFESPAN     = 158; 
    190194 
    191195    /**