com.hazelcast.hibernate.region
Interface HazelcastRegion

All Superinterfaces:
org.hibernate.cache.Region
All Known Implementing Classes:
AbstractGeneralRegion, AbstractTransactionalDataRegion, HazelcastCollectionRegion, HazelcastEntityRegion, HazelcastQueryResultsRegion, HazelcastTimestampsRegion

public interface HazelcastRegion
extends org.hibernate.cache.Region

Author:
Leo Kim (lkim@limewire.com)

Method Summary
 void clearCache()
           
 IMap getCache()
           
 
Methods inherited from interface org.hibernate.cache.Region
contains, destroy, getElementCountInMemory, getElementCountOnDisk, getName, getSizeInMemory, getTimeout, nextTimestamp, toMap
 

Method Detail

getCache

IMap getCache()

clearCache

void clearCache()


Copyright © 2012 Hazel Bilisim Ltd.. All Rights Reserved.