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()