To enable the query cache in Hibernate, you must set the configuration property hibernate.cache.use_query_cache to true in the configuration file. The option hibernate.cache.query_cache is incorrect because it is not a valid Hibernate configuration property name.