Fair enough. How do I get a reference from MG to the SimpleTimedCache so I can test purging? I understand it's designed to be simple but it might suit my purposes for now.
Brian On Wednesday, April 2, 2014 6:16:46 PM UTC-7, Dan Wilson - [email protected] wrote: > > If you want to expire an element from the cache, I believe you are going > to have to pass in the key for that element. Else, how would it know to do > this? > > The SimpleTimedCache.cfc in the MG distribution is really meant to be > ultra simple and provide a working reference implementation so you can plug > in your own cache elements. > > However, one would beg the question, if you are wanting to cache content, > wouldn't you be better off handling this with Varnish or Apache Traffic > server? They'll scale way better than a CF based cache for sure. > > -- -- Model-Glue Sites: Home Page: http://www.model-glue.com Documentation: http://docs.model-glue.com Bug Tracker: http://bugs.model-glue.com Blog: http://www.model-glue.com/blog You received this message because you are subscribed to the Google Groups "model-glue" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/model-glue?hl=en --- You received this message because you are subscribed to the Google Groups "model-glue" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
