Need to Implement Memcache in zend framework 3

Hi,

want to implement memcahche in zend 3 need some sample code for it. kindly help.

Use zend-cache, https://docs.zendframework.com/zend-cache/storage/adapter/#quick-start.

There is “Memcached Adapter” over there.