A technique for using long-lived, cached ColdFusion components as scoped proxies to handle request-specific state without per-request instantiation. By defining a setupRequest() method on each cached component and storing mutable state in the request scope (accessed via a $variables() indirection method), components can behave

6m read timeFrom bennadel.com
Post cover image
Table of contents
You Might Also Enjoy Some of My Other PostsReader Comments

Sort: