ColdFusion Cache object keeps disappearing
Hi,
I recently started using ColdFusion cache (cachePut/cacheGet) in CF10 to store some objects (struct/array). However, the objects disappear from the cache within a day or so and I have to re-create them. The cache objects are used regularly so there is no idle time that would cause them to time out. For good measure, I have also set the "eternal" property of the cache to true.
Does this have anything to do with the cache limit settings (for component, query caching, etc) in the admin? I would think not, but I am perplexed as to why my cache keeps getting reset. Anything I am not doing?
Thank you!
