Memcached Exit Points

Name of the Exit Point Type Class Match Criteria Class / Interface / Superclass / Annotation NameMethod Name

Memcached.Add

Cache

With a class name that

net.spy.memcached.MemcachedClient

add

Memcached.Set

Cache

With a class name that

net.spy.memcached.MemcachedClient

set

Memcached.Replace

Cache

With a class name that

net.spy.memcached.MemcachedClient

replace

Memcached.CompareAndSwap

Cache

With a class name that

net.spy.memcached.MemcachedClient

cas

Memcached.Get

Cache

With a class name that

net.spy.memcached.MemcachedClient

get

Memcached.Remove

Cache

With a class name that

net.spy.memcached.MemcachedClient

remove