Two level caches provided by Hibernate are discussed. As you know, the first level cache that is mandatory and managed by persistence context, can not be disabled. Hibernate allows second level cache through third-party implemented caches, configured in the Hibernate configuration. If you mean any discussion around these, the book covers them.
Spring Persistence with Hibernate