net.sf.ehcache
Class CacheStoreHelper
java.lang.Object
net.sf.ehcache.CacheStoreHelper
public class CacheStoreHelper
- extends Object
A helper class to get the internal Store from a Cache
- Author:
- Abhishek Sanoujam
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CacheStoreHelper
public CacheStoreHelper(Cache cache)
- Constructor accepting the cache
- Parameters:
cache
-
getStore
public Store getStore()
- Returns the internal
Store
of the cache
- Returns:
- the internal
Store
of the cache
Copyright 2001-2014, Terracotta, Inc.