| When retrieve multiple entities by IDs with caching enable (using MultiIdentifierLoadAccess), Hibernate load entities one by one from cache. And several cache provider support retrieve multiple cache keys in single call. Allow Hibernate to load multiple entities at once from cache will significant increase cache performance, especially for network-based cache provider (eg: Redis). |