Interface InfinispanConfiguration

All Known Subinterfaces:
MutableInfinispanConfiguration
All Known Implementing Classes:
InfinispanConfigurationBean

public interface InfinispanConfiguration
Encapsulates the Infinispan configuration
Author:
Paul Ferraro
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    The default configuration resource path
  • Method Summary

    Modifier and Type
    Method
    Description
    default String
    Returns the path of the configuration resource.
    Returns the name of a cache configuration.
  • Field Details

    • DEFAULT_CONFIGURATION_RESOURCE

      static final String DEFAULT_CONFIGURATION_RESOURCE
      The default configuration resource path
      See Also:
  • Method Details

    • getResource

      default String getResource()
      Returns the path of the configuration resource.
      Returns:
      the path of the configuration resource.
    • getTemplate

      String getTemplate()
      Returns the name of a cache configuration.
      Returns:
      the name of a cache configuration.