Interface PythonWriteCache

    • Method Detail

      • write

        void write​(String key,
                   byte[] data)
        Save a new entry in the cache.
      • copyFromPrevious

        void copyFromPrevious​(String key)
        Copy a cached entry from the previous cache to the new one.