Hi,
Is there a way in which one can add some logic to the @Cacheable aspect?
Can this be done by an aspect which would intercept all the @Cacheable services? And then, you would have to specify which of the aspects to run first (yours, or the Cacheable one)?
I am thinking of a simple case, just logging some info, then invoking the default behavior.
