Example usage for org.hibernate.cache.internal DefaultCacheKeysFactory getCollectionId

List of usage examples for org.hibernate.cache.internal DefaultCacheKeysFactory getCollectionId

Introduction

In this page you can find the example usage for org.hibernate.cache.internal DefaultCacheKeysFactory getCollectionId.

Prototype

@Override
    public Object getCollectionId(Object cacheKey) 

Source Link

Usage

From source file:com.mc.hibernate.memcached.strategy.NonStrictReadWriteMemcachedCollectionRegionAccessStrategy.java

License:Apache License

@Override
public Object getCacheKeyId(Object cacheKey) {
    return DefaultCacheKeysFactory.getCollectionId(cacheKey);
}