Hi, does spring-data-mongoDB or mongoDB java driver support something like session cache or second level cache that Hibernate support ? For example every time I load document from mongoDB by its identifier, the DB query is executed but it would be faster to load data from local cache. Of course I know that starting from spring 3.1 caching abstraction is added![]()


Reply With Quote
