public class

NoCacheProvider

extends Object
implements CacheProvider
java.lang.Object
   ↳ org.hibernate.cache.NoCacheProvider

Class Overview

Implementation of NoCacheProvider.

Summary

Public Constructors
NoCacheProvider()
Public Methods
Cache buildCache(String regionName, Properties properties)
Configure the cache
boolean isMinimalPutsEnabledByDefault()
long nextTimestamp()
Generate a timestamp
void start(Properties properties)
Callback to perform any necessary initialization of the underlying cache implementation during SessionFactory construction.
void stop()
Callback to perform any necessary cleanup of the underlying cache implementation during SessionFactory.close().
[Expand]
Inherited Methods
From class java.lang.Object
From interface org.hibernate.cache.CacheProvider

Public Constructors

public NoCacheProvider ()

Public Methods

public Cache buildCache (String regionName, Properties properties)

Configure the cache

Parameters
regionName the name of the cache region
properties configuration settings

public boolean isMinimalPutsEnabledByDefault ()

public long nextTimestamp ()

Generate a timestamp

public void start (Properties properties)

Callback to perform any necessary initialization of the underlying cache implementation during SessionFactory construction.

Parameters
properties current configuration settings.

public void stop ()

Callback to perform any necessary cleanup of the underlying cache implementation during SessionFactory.close().