Interface PreBuiltCacheFactory.PreBuiltCache<T>

  • Enclosing class:
    PreBuiltCacheFactory

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

      • put

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

        java.util.Collection<T> values()