Package org.hibernate.cache.spi

Defines the Hibernate second level caching SPI.

See: Description

Package org.hibernate.cache.spi Description

Defines the Hibernate second level caching SPI.

The initial contract here is RegionFactory whose implementations are responsible for configuring and managing lifecycle operations in regards to the particular underlying caching library. Its other main purpose is to build specializations Region instances based on the type of data we will be storing in that given region.

Copyright © 2001-2013 Red Hat, Inc. All Rights Reserved.