This is not really DS specific, but DS might have some solutions. I'm using @CacheResult, but if I do a call from the same class the interceptor is not triggered so the cache doesn't work. I suffered from the same issue with Spring (describe here: https://stackoverflow.com/questions/16899604/spring-cache-cacheable-not-working-while-calling-from-another-method-of-the-s )
Does DS or someone knows any trick to make this work? LA
