Aspect Oriented Programming – your good friend

Recently I have been working on quite a big website. From the very beginning I knew I would need data caching layer or something that will smartly do it. The simplest solution is just to check if something is in cache in my method code and take it from there. Well, but what if I have 100 methods? Should I call the same logic in all of them?

Continue reading over at dzone...

Leave a Reply