Example usage for org.hibernate.cache.spi ExtendedStatisticsSupport interface-usage

List of usage examples for org.hibernate.cache.spi ExtendedStatisticsSupport interface-usage

Introduction

In this page you can find the example usage for org.hibernate.cache.spi ExtendedStatisticsSupport interface-usage.

Usage

From source file org.infinispan.hibernate.cache.v53.impl.BaseRegionImpl.java

/**
 * Support for Infinispan {@link Region}s. Handles common "utility" methods for an underlying named
 * Cache. In other words, this implementation doesn't actually read or write data. Subclasses are
 * expected to provide core cache interaction appropriate to the semantics needed.
 *
 * @author Chris Bredesen