Interface PythonWriteCache
-
- All Known Implementing Classes:
DummyCache,PythonWriteCacheImpl
@Beta public interface PythonWriteCache
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcopyFromPrevious(String key)Copy a cached entry from the previous cache to the new one.voidwrite(String key, byte[] data)Save a new entry in the cache.
-