You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a new option OLP_SDK_ENABLE_DEFAULT_CACHE (#1181)
The new options is enabled by default. In case it is disabled
explicitly by the user, it's users responsibility to provide cache
implementation that implements the olp::cache::KayValueCache interface.
Relates-To: OLPEDGE-2373
Signed-off-by: Mykhailo Kuchma <[email protected]>
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -185,6 +185,7 @@ cmake --build . --target docs
185
185
|`OLP_SDK_BOOST_THROW_EXCEPTION_EXTERNAL`| Defaults to `OFF`. When `OLP_SDK_NO_EXCEPTION` is `ON`, `boost` requires `boost::throw_exception()` to be defined. If enabled, the external definition of `boost::throw_exception()` is used. Otherwise, the library uses own definition. |
186
186
|`OLP_SDK_MSVC_PARALLEL_BUILD_ENABLE` (Windows Only) | Defaults to `ON`. If enabled, the `/MP` compilation flag is added to build the Data SDK using multiple cores. |
187
187
|`OLP_SDK_DISABLE_DEBUG_LOGGING`| Defaults to `OFF`. If enabled, The debug and trace level log messages will not be printed. |
188
+
|`OLP_SDK_ENABLE_DEFAULT_CACHE `| Defaults to `ON`. If enabled, The default cache implementation based on leveldb backend is enabled. |
0 commit comments