ehcache

net.sf.ehcache
Class CacheStoreHelper

java.lang.Object
  extended by net.sf.ehcache.CacheStoreHelper

public class CacheStoreHelper
extends Object

A helper class to get the internal Store from a Cache

Author:
Abhishek Sanoujam

Constructor Summary
CacheStoreHelper(Cache cache)
          Constructor accepting the cache
 
Method Summary
 Store getStore()
          Returns the internal Store of the cache
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CacheStoreHelper

public CacheStoreHelper(Cache cache)
Constructor accepting the cache

Parameters:
cache -
Method Detail

getStore

public Store getStore()
Returns the internal Store of the cache

Returns:
the internal Store of the cache

ehcache

Copyright 2001-2014, Terracotta, Inc.