Changeset 581

Show
Ignore:
Timestamp:
04/08/07 01:43:30 (6 years ago)
Author:
lmajano
Message:

Lookup cache accelerated.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • coldbox/trunk/src/system/cache/cacheManager.cfc

    r561 r581  
    6767                <!--- ************************************************************* ---> 
    6868                <cfset var ObjectFound = false> 
    69  
    70                 <!--- Reap the cache First, if in frequency ---> 
    71                 <cfset reap()> 
    7269 
    7370                <cflock type="readonly" name="OCM_Operation" timeout="5">