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
Is it possible to open an embedded database for the cpp client (or in some other way in a C++ application)? Or is embedding only supported for Java applications?
The text was updated successfully, but these errors were encountered:
Since the actual implementation iof the cache is in Java, it cannot be embedded in a C++ application (at least not easily). Is this for test purposes or do you need an embedded cache for your C++ application ?
I need an actual embedded cache for my C++ application. I saw infinispan supports a C++ API and supports embedding, but am just confirming it doesn't support both together. Thanks!
Is it possible to open an embedded database for the cpp client (or in some other way in a C++ application)? Or is embedding only supported for Java applications?
The text was updated successfully, but these errors were encountered: