Interface ManagedCacheManagerProvider


public interface ManagedCacheManagerProvider
A Service Provider Interface (SPI) that allows to plug-in a cache manager instance.
Author:
Pedro Igor
  • Method Summary

    Modifier and Type
    Method
    Description
    <C> C
     
  • Method Details

    • getCacheManager

      <C> C getCacheManager(Config.Scope config)