Using couchbase as cache

Hello,

Currently we are using couchbase as a no-sql db in it’s entirety.
I was wondering how can I use the same as a cache layer? I saw some of documentation present but didn’t understand if there is a dedicated api/functions to get/set/update the cache data supported by couchbase?
Please help me understand it.

Thanks,
Devansh

Yes, absolutely. There are Ephemeral Bucket and memcached bucket types. The API is largely the same,but some capabilities are a bit different.

See the documentation discussion for some more information.