Closed GoogleCodeExporter closed 9 years ago
Sounds like a great enhancement. Are you wanting to be able to define
interceptors on the @Cachable annotation directly?
Original comment by eric.dalquist
on 5 Oct 2010 at 4:06
Not sure I follow.
What I though about was:
-add an annotation @CacheResolver which points to a "CacheLocator" or
"CacheResolver" (like for keygenerators).
I then implement this class which it points to to return a Cache instance based
on the metadata from the annotation + the contextual information which I can
resolve off my current thread. A default implmentation of this (which would be
the default value on the annotation) would be a simple implementation which
simply returns the cache named by the @Cachable.
Original comment by davidkar...@gmail.com
on 20 Oct 2010 at 12:56
ping?
Original comment by davidkar...@gmail.com
on 21 Oct 2010 at 11:24
Original comment by eric.dalquist
on 28 Oct 2010 at 2:43
Original comment by eric.dalquist
on 28 Oct 2010 at 2:43
I just completed the cache resolver implementation in trunk. We'll try to have
a 1.2 release within the next month.
Original comment by eric.dalquist
on 20 Jan 2011 at 5:31
Any news on the release?
Original comment by davidkar...@gmail.com
on 23 Feb 2011 at 2:17
Sorry, none yet. I'll see if I can carve out some time at work on Monday to get
the 1.2 release out.
Original comment by eric.dalquist
on 26 Feb 2011 at 5:32
Original comment by eric.dalquist
on 9 Mar 2011 at 5:24
Hi,
Any news on whether this is in a release? We are looking for this exact
functionality.
Original comment by george.p...@gmail.com
on 15 Sep 2011 at 3:32
Original issue reported on code.google.com by
davidkar...@gmail.com
on 1 Oct 2010 at 9:07