Interface InfinispanCacheRuntimeConfig


public interface InfinispanCacheRuntimeConfig
  • Method Summary

    Modifier and Type
    Method
    Description
    The default lifespan of the item stored in the cache
    The default max-idle of the item stored in the cache
  • Method Details

    • lifespan

      Optional<Duration> lifespan()
      The default lifespan of the item stored in the cache
    • maxIdle

      Optional<Duration> maxIdle()
      The default max-idle of the item stored in the cache