接口 VersionCacheManager

所有超级接口:
org.springframework.cache.CacheManager
所有已知实现类:
CaffeinesonCacheManager

public interface VersionCacheManager extends org.springframework.cache.CacheManager
  • 方法概要

    修饰符和类型
    方法
    说明
    void
    evict(String cacheName)
     
    void
    evictVersion(String cacheName, long version)
     
    org.springframework.cache.Cache
     
    void
    init(String cacheName, long version)
     
    long
    version(String cacheName)
     
    void
    version(String cacheName, long version)
     

    从接口继承的方法 org.springframework.cache.CacheManager

    getCache, getCacheNames
  • 方法详细资料

    • evictVersion

      void evictVersion(String cacheName, long version)
    • evict

      void evict(String cacheName)
    • version

      long version(String cacheName)
    • version

      void version(String cacheName, long version)
    • init

      void init(String cacheName, long version)
    • getCacheIfExist

      org.springframework.cache.Cache getCacheIfExist(String cacheName)