Why I Love flash.utils.Dictionary, and you should too!
One of the unsung heroes of readable AS3 code is the native Dictionary class. A Dictionary is just a container for key/value pairs, much like Object. In fact, a lot of people don’t realize just how useful Dictionary is. The assumption, easy to make, is that it’s better to use Object because then you don’t [...]
Tagged AS3, Cache, Caching in Flash, Classes, Dictionary, flash, flash.utils.Dictionary, Flex