Package com.illumon.iris.binarystore
Interface CloseableStringCache<STRING_LIKE_TYPE extends CharSequence>
- All Superinterfaces:
AutoCloseable,SafeCloseable,com.fishlib.base.string.cache.StringCache<STRING_LIKE_TYPE>
public interface CloseableStringCache<STRING_LIKE_TYPE extends CharSequence> extends com.fishlib.base.string.cache.StringCache<STRING_LIKE_TYPE>, SafeCloseable
A
StringCache that is SafeCloseable.-
Field Summary
-
Method Summary
Modifier and Type Method Description default voidclose()
-
Method Details
-
close
default void close()- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceSafeCloseable
-