- Shows you how to speed up inherently slow macros with a twofold caching mechanism
- I present a simple cache written in Java that can be used to store objects of any kind
- Shows how to use AspectJ and annotations to implement a simple cache that speeds up your application
- In this post I present a solution with dynamic proxy classes to cache methods so they will return faster in the future


user