Class CacheStoreHelper


  • public class CacheStoreHelper
    extends java.lang.Object
    A 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
      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