I am using Redis from @Cacheable and I want to disable and enable it at runtime using AOP
I tried to change the condition filed to "false" from AOP but it is not working and the caching is still saving data to memory
I am using Redis from @Cacheable and I want to disable and enable it at runtime using AOP
I tried to change the condition filed to "false" from AOP but it is not working and the caching is still saving data to memory