java - Spring Cache Abstraction with multi-value queries - Stack Overflow
The query cache can indeed cache a list of results per query input. Be aware thought, that only the IDs of the returned entities will be saved in the query cache. You have to have the entity cache enabled separately for the returned entity type itself, if you want the properties to be cached too.
Read full article from java - Spring Cache Abstraction with multi-value queries - Stack Overflow
No comments:
Post a Comment