This page provides code examples in Java for using the low-level Memcache API. Memcache is a high-performance, distributed memory object caching system that provides fast access to cached data. To learn more about memcache, read the Memcache Overview.
Synchronous usage
Low-level API example using the synchronous MemcacheService
:
Asynchronous usage
Low-level API example using AsyncMemcacheService
:
For more information on the low-level API, see the Memcache Javadoc.