Interface RequestCacheFactory

All Known Implementing Classes:
DefaultRequestCacheFactory

@Experimental public interface RequestCacheFactory
Factory interface for creating new RequestCache instances. Implementations should handle the creation and configuration of cache instances based on the current Maven session and environment.
Since:
4.0.0
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    Creates a new RequestCache instance.
  • Method Details

    • createCache

      RequestCache createCache()
      Creates a new RequestCache instance. The created cache should be configured according to the current Maven session and environment settings.
      Returns:
      A new RequestCache instance