메소드 |
설명 |
|
add ( $args, $assoc_args ) |
Add a value to the object cache. |
|
decr ( $args, $assoc_args ) |
Decrement a value in the object cache. |
|
delete ( $args, $assoc_args ) |
Remove a value from the object cache. |
|
flush ( $args, $assoc_args ) |
Flush the object cache. |
|
get ( $args, $assoc_args ) |
Get a value from the object cache. |
|
incr ( $args, $assoc_args ) |
Increment a value in the object cache. |
|
replace ( $args, $assoc_args ) |
Replace a value in the object cache, if the value already exists. |
|
set ( $args, $assoc_args ) |
Set a value to the object cache, regardless of whether it already exists. |
|
type ( $args, $assoc_args ) |
Attempts to determine which object cache is being used. |
|