Interface CacheManager

All Known Implementing Classes:
HazelcastCacheManager, LocalCacheManager

public interface CacheManager
Simple abstraction to caching interfaces, represented as Map
Author:
brad
  • Method Summary

    Modifier and Type
    Method
    Description
    getMap(String name)
     
  • Method Details