I have two method that execute first the "Cache" aspect and next the "Log" aspect. I want that, if I have a "cache hit" I don't have to Log anything! In other words, if a certain condition in "Cache" aspect is satisified then the "Log" aspect must be skipped.

Is it possible?

Thanks

link|improve this question

55% accept rate
feedback

1 Answer

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.