[coldbox:21127] Re: Error in Coldbox.system.cache.policies.LRU

George, on the latest version, that line of code is in the createCache() method where the createObject() call is creating the cache provider, not the eviction policy. I would suspect hard-coding the component path to LRU there would render CacheBox broken. You might need to specify some more details.

As far as troubleshooting, have you tried what I suggested in my first reply?

Thanks!

~Brad

I forgot to mention, I am using wirebox in a standalone legacy application. I was able to stop it from throwing the error by hard coding to the path wirebox.system.cache.policies.LRU
in the file wirebox.system.cache.CacheFactory on line 597.

Not an ideal way of handling this. What would you suggest?

Thanks,

George Murphy