Ticket #235 (closed defect: fixed)

Opened 19 years ago

Last modified 19 years ago

Memory leak in caching component

Reported by: RobGonda Owned by: somebody
Priority: normal Milestone: 2.0 Beta 2
Version: 2.0.304 Severity: normal
Keywords: memory leak cache timedCache Cc:

Description

timedCache.cfc has a garbage control that only checks for keys triggered by the exist method. If a key is added and no longer referenced it would never expire, eating up the server's RAM.

Attachments

timedCache.cfc (3.6 kB) - added by RobGonda 19 years ago.
Suggested fix.

Change History

Changed 19 years ago by RobGonda

Suggested fix.

Changed 19 years ago by joe.rinehart

  • status changed from new to closed
  • resolution set to fixed

(In [256]) Fixes #235

Note: See TracTickets for help on using tickets.