This content has been marked as final.
Show 3 replies
-
1. Re: Is it possible to add a cache instance to the cachemanager?
galder.zamarreno Mar 18, 2019 8:54 AM (in response to adaptivecodes)> I implemented an AbstractDelegatingCache and want to add the Instance of the DelegatingCache to the cachemanager.
That's not possible. What's your use case?
-
2. Re: Is it possible to add a cache instance to the cachemanager?
adaptivecodes Apr 1, 2019 10:14 AM (in response to galder.zamarreno)Thanks for the reply.
I need to extend the cache logic with a custom functionality.
This must be interoperate able in distributed mode.
-
3. Re: Is it possible to add a cache instance to the cachemanager?
galder.zamarreno Apr 9, 2019 5:20 AM (in response to adaptivecodes)Right, but why does your custom cache implementation need to be within the cache manager? That's an odd requirement.