Not finding what you are looking for? Request a recipe!
I like having a getMemento() function in all my CFC's so I can see a snapshot of the data stored in the CFC at any time. I therefore decided to write a new one which would work with the property data when using implicit getters and setters in CF9. I found a quick way to do this using the getMetaData ...