Class AbstractCacheInterceptor

    • Constructor Detail

      • AbstractCacheInterceptor

        public AbstractCacheInterceptor​(Coherence coherence,
                                        CoherenceExtension extension)
        Construct cache interceptor.
        Parameters:
        coherence - the Coherence instance
        extension - the Coherence extension
    • Method Detail

      • getSession

        protected Session getSession​(String sName)
        Obtains the named Session or the default one if session name was not specified.
        Parameters:
        sName - session name
        Returns:
        the Coherence session
      • getCoherence

        protected Coherence getCoherence()