This is the complete list of members for WANObjectCache, including all inherited members.
| $cache | WANObjectCache | protected |
| $lastRelayError | WANObjectCache | protected |
| $logger | WANObjectCache | protected |
| $procCache | WANObjectCache | protected |
| $purgeChannel | WANObjectCache | protected |
| $purgeRelayer | WANObjectCache | protected |
| __construct(array $params) | WANObjectCache | |
| CHECK_KEY_TTL | WANObjectCache | |
| clearLastError() | WANObjectCache | |
| clearProcessCache() | WANObjectCache | |
| DEFAULT_PURGE_CHANNEL | WANObjectCache | |
| delete($key, $ttl=self::HOLDOFF_TTL) | WANObjectCache | |
| doGetWithSetCallback($key, $ttl, $callback, array $opts, &$asOf=null) | WANObjectCache | protected |
| ERR_NO_RESPONSE | WANObjectCache | |
| ERR_NONE | WANObjectCache | |
| ERR_RELAY | WANObjectCache | |
| ERR_UNEXPECTED | WANObjectCache | |
| ERR_UNREACHABLE | WANObjectCache | |
| FLD_FLAGS | WANObjectCache | |
| FLD_HOLDOFF | WANObjectCache | |
| FLD_TIME | WANObjectCache | |
| FLD_TTL | WANObjectCache | |
| FLD_VALUE | WANObjectCache | |
| FLD_VERSION | WANObjectCache | |
| get($key, &$curTTL=null, array $checkKeys=[], &$asOf=null) | WANObjectCache | |
| getCheckKeyTime($key) | WANObjectCache | |
| getLastError() | WANObjectCache | |
| getMulti(array $keys, &$curTTLs=[], array $checkKeys=[], array &$asOfs=[]) | WANObjectCache | |
| getWithSetCallback($key, $ttl, $callback, array $opts=[]) | WANObjectCache | |
| HOLDOFF_NONE | WANObjectCache | |
| HOLDOFF_TTL | WANObjectCache | |
| INTERIM_KEY_PREFIX | WANObjectCache | |
| isValid($value, $versioned, $asOf, $minTime) | WANObjectCache | protected |
| LOCK_TSE | WANObjectCache | |
| LOCK_TTL | WANObjectCache | |
| LOW_TTL | WANObjectCache | |
| makeGlobalKey() | WANObjectCache | |
| makeKey() | WANObjectCache | |
| makePurgeValue($timestamp, $holdoff) | WANObjectCache | protected |
| MAX_COMMIT_DELAY | WANObjectCache | |
| MAX_PC_KEYS | WANObjectCache | |
| MAX_READ_LAG | WANObjectCache | |
| newEmpty() | WANObjectCache | static |
| parsePurgeValue($value) | WANObjectCache | protectedstatic |
| prefixCacheKeys(array $keys, $prefix) | WANObjectCache | protectedstatic |
| processCheckKeys(array $timeKeys, array $wrappedValues, $now) | WANObjectCache | private |
| PURGE_VAL_PREFIX | WANObjectCache | |
| relayDelete($key) | WANObjectCache | protected |
| relayPurge($key, $ttl, $holdoff) | WANObjectCache | protected |
| resetCheckKey($key) | WANObjectCache | |
| set($key, $value, $ttl=0, array $opts=[]) | WANObjectCache | |
| setLogger(LoggerInterface $logger) | WANObjectCache | |
| TIME_KEY_PREFIX | WANObjectCache | |
| TINY_NEGATIVE | WANObjectCache | |
| touchCheckKey($key, $holdoff=self::HOLDOFF_TTL) | WANObjectCache | |
| TSE_NONE | WANObjectCache | |
| TTL_DAY | IExpiringStore | |
| TTL_HOUR | IExpiringStore | |
| TTL_INDEFINITE | IExpiringStore | |
| TTL_LAGGED | WANObjectCache | |
| TTL_MINUTE | IExpiringStore | |
| TTL_MONTH | IExpiringStore | |
| TTL_PROC_LONG | IExpiringStore | |
| TTL_PROC_SHORT | IExpiringStore | |
| TTL_UNCACHEABLE | WANObjectCache | |
| TTL_WEEK | IExpiringStore | |
| TTL_YEAR | IExpiringStore | |
| unwrap($wrapped, $now) | WANObjectCache | protected |
| VALUE_KEY_PREFIX | WANObjectCache | |
| VERSION | WANObjectCache | |
| VFLD_DATA | WANObjectCache | |
| VFLD_VERSION | WANObjectCache | |
| worthRefresh($curTTL, $lowTTL) | WANObjectCache | protected |
| wrap($value, $ttl, $now) | WANObjectCache | protected |