I am using spring redis with @Cacheable annotiation for two methods when I calling one method I am getting result from other one. How to fix the problem - Spring Version 4.1.6. Redis data 1.5 and redis client 2.7.0: Example:
@Cacheable("test1")
public List<String> findSgsns() {
}
@Cacheable("test2")
public List<String> findSgsns2() {
}
Aucun commentaire:
Enregistrer un commentaire