Class AbstractCompositeScheme<T>

    • Constructor Detail

      • AbstractCompositeScheme

        public AbstractCompositeScheme()
    • Method Detail

      • getFrontScheme

        public CachingScheme getFrontScheme()
        Return the front scheme.
        Returns:
        the front scheme
      • setFrontScheme

        public void setFrontScheme​(CachingScheme scheme)
        Set the front scheme.
        Parameters:
        scheme - the front scheme
      • getBackScheme

        public CachingScheme getBackScheme()
        Return the back scheme.
        Returns:
        the back scheme
      • setBackScheme

        public void setBackScheme​(CachingScheme scheme)
        Set the back scheme.
        Parameters:
        scheme - the back scheme