Question Marc Alcala · Jan 24, 2017 Cache annotations mini-framework Hi all! I'm developing a mini-framework to implement annotations in Cache. I want to support two kind of annotations: metadata and method decorators. I've got stuck trying to implement the second one. Metadata With metadata annotations I can add metadata to any kind of target. A target can be a method/classmethod, parameter, property and class. For example: #Caché #Compiler 3 16 0 716
Question Marc Alcala · Aug 4, 2016 Global references done internally by Cache Using the method ##class(%SYSTEM.Process).GlobalReferences() I'm able to know how many global references has been done in the process. But I'd like to know how many of those references has been done by my code and how many has been done by Cache itself. #Caché 0 6 0 840