Expose KeyValueAdapter from KeyValueOperations.

See #563
This commit is contained in:
Mark Paluch
2024-02-21 09:07:02 +01:00
parent 6fd289c753
commit 5ac23da2d8

View File

@@ -194,7 +194,7 @@ public interface KeyValueOperations extends DisposableBean {
/**
* @return {@link KeyValueAdapter} in use.
* @since 3.2.4
* @since 3.1.10
*/
KeyValueAdapter getKeyValueAdapter();
}