From: Paul Sandoz <Paul.Sandoz_at_Sun.COM>
Date: Fri, 20 Feb 2009 09:40:00 +0100
Hi Bill,
On Feb 19, 2009, at 10:59 PM, Bill de hOra wrote:
> Hi,
>
> I introduced a sideline cache (memcached) recently into some Jersey
> code backed by Spring. To avoid polluting the resource controller
> with if-in-cache checks, I used Spring AOP's @Around aspect to
> introduce the caching support.
>
Very nice.
> It occurred to me that a @Provider style approach would be nice for
> those not using Spring. So I was wondering if anyone here had done
> any caching work using Providers or custom annotations?
>
I do not know of any, but the same sort of idea occurred to me with
the recent feature i added for resource filtering: