Package net.sf.ehcache
Class CacheStoreHelper
- java.lang.Object
-
- net.sf.ehcache.CacheStoreHelper
-
public class CacheStoreHelper extends java.lang.ObjectA helper class to get the internal Store from a Cache- Author:
- Abhishek Sanoujam
-
-
Constructor Summary
Constructors Constructor Description CacheStoreHelper(Cache cache)Constructor accepting the cache
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StoregetStore()Returns the internalStoreof the cache
-