Changeset 829

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

Only one reap per cycle

Files:
1 modified

Legend:

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

    r823 r829  
    112112                <cfset arguments.Timeout = trim(arguments.Timeout)> 
    113113 
    114                 <!--- Check if we need to do a reap First. ---> 
    115                 <cfset reap()> 
    116  
    117114                <!--- Max Objects in Cache Check ---> 
    118115                <cfif (ccBean.getCacheMaxObjects() eq 0 or getSize() lt ccBean.getCacheMaxObjects()) and