Changeset 829
- Timestamp:
- 08/01/07 14:24:43 (6 years ago)
- Files:
-
- 1 modified
-
coldbox/trunk/src/system/cache/cacheManager.cfc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
coldbox/trunk/src/system/cache/cacheManager.cfc
r823 r829 112 112 <cfset arguments.Timeout = trim(arguments.Timeout)> 113 113 114 <!--- Check if we need to do a reap First. --->115 <cfset reap()>116 117 114 <!--- Max Objects in Cache Check ---> 118 115 <cfif (ccBean.getCacheMaxObjects() eq 0 or getSize() lt ccBean.getCacheMaxObjects()) and
