Пример #1
0
static bool check_noTTL(const char *key, size_t keyLen) {
  return check_key_prefix(apcExtension::NoTTLPrefix, key, keyLen);
}
static bool check_skip(const char *key) {
  return check_key_prefix(RuntimeOption::APCSizeSkipPrefix, key);
}
static bool check_noTTL(const char *key) {
  return check_key_prefix(RuntimeOption::ApcNoTTLPrefix, key);
}
static bool check_noTTL(const char *key) {
  return check_key_prefix(apcExtension::NoTTLPrefix, key);
}