Interface PreBuiltCacheFactory.PreBuiltCache<T>

Enclosing class:
PreBuiltCacheFactory

public static interface PreBuiltCacheFactory.PreBuiltCache<T>
  • Method Summary

    Modifier and Type Method Description
    T get​(Version version)  
    void put​(Version version, T t)  
    java.util.Collection<T> values()  
  • Method Details

    • get

      T get​(Version version)
    • put

      void put​(Version version, T t)
    • values

      java.util.Collection<T> values()