MemcacheMock for simulating Memcache extension in tests.
@author Andrej Hudec <pulzarraider@gmail.com>
Expanded class hierarchy of MemcacheMock
Name![]() |
Modifiers | Type | Description | Overrides |
---|---|---|---|---|
MemcacheMock:: |
private | property | ||
MemcacheMock:: |
private | property | ||
MemcacheMock:: |
public | function | Add an item to the server only if such key doesn't exist at the server yet. | |
MemcacheMock:: |
public | function | Add a memcached server to connection pool | |
MemcacheMock:: |
public | function | Close memcached server connection | |
MemcacheMock:: |
public | function | Open memcached server connection | |
MemcacheMock:: |
public | function | Delete item from the server | |
MemcacheMock:: |
public | function | Flush all existing items at the server | |
MemcacheMock:: |
public | function | Retrieve item from the server. | |
MemcacheMock:: |
private | function | ||
MemcacheMock:: |
public | function | Open memcached server persistent connection | |
MemcacheMock:: |
public | function | Replace value of the existing item. | |
MemcacheMock:: |
public | function | Store data at the server. | |
MemcacheMock:: |
private | function | ||
MemcacheMock:: |
public | function |