The MemcachedCache type exposes the following members.

Constructors

  NameDescription
MemcachedCache

Methods

  NameDescription
AddItem
Adds an item into the cache, only if it does not already exist.
Dispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
GetItem
Gets an item from the cache.
RemoveItem
Removes the specified item from the cache.
SetItem
Sets an item into the cache overwriting any existing item with the same key.

Properties

  NameDescription
MemcachedClient
Gets the underlying MemcachedClient
SockIOPool
Gets the underlying memcached SockIOPool instance.

See Also