public class

LocalCacheProviderProxy

extends Object
java.lang.Object
   ↳ org.springframework.orm.hibernate3.LocalCacheProviderProxy

Class Overview

Proxy for a Hibernate CacheProvider, delegating to a Spring-managed CacheProvider instance, determined by LocalSessionFactoryBean's "cacheProvider" property.

Summary

Public Constructors
LocalCacheProviderProxy()
Public Methods
Cache buildCache(String regionName, Properties properties)
boolean isMinimalPutsEnabledByDefault()
long nextTimestamp()
void start(Properties properties)
void stop()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public LocalCacheProviderProxy ()

Public Methods

public Cache buildCache (String regionName, Properties properties)

Throws
CacheException

public boolean isMinimalPutsEnabledByDefault ()

public long nextTimestamp ()

public void start (Properties properties)

Throws
CacheException

public void stop ()