Mensaje de error

  • Warning: count(): Parameter must be an array or an object that implements Countable en _api_make_match_member_link() (línea 1230 de /home/u295177857/domains/app01.inkastattoonewjersey.com/public_html/profiles/drupalapi/modules/contrib/api/api.formatting.inc).
  • Warning: count(): Parameter must be an array or an object that implements Countable en _api_make_match_member_link() (línea 1230 de /home/u295177857/domains/app01.inkastattoonewjersey.com/public_html/profiles/drupalapi/modules/contrib/api/api.formatting.inc).

abstract protected function DrupalCacheArray::resolveCacheMiss

Resolves a cache miss.

When an offset is not found in the object, this is treated as a cache miss. This method allows classes implementing the interface to look up the actual value and allow it to be cached.

Parameters

$offset: The offset that was requested.

Return value

The value of the offset, or NULL if no value was found.

2 calls to DrupalCacheArray::resolveCacheMiss()
DrupalCacheArray::offsetGet in drupal-7.x/includes/bootstrap.inc
Implements ArrayAccess::offsetGet().
DrupalCacheArray::offsetGet in drupal-7.x/includes/bootstrap.inc
Implements ArrayAccess::offsetGet().
2 methods override DrupalCacheArray::resolveCacheMiss()
SchemaCache::resolveCacheMiss in drupal-7.x/includes/bootstrap.inc
Overrides DrupalCacheArray::resolveCacheMiss().
ThemeRegistry::resolveCacheMiss in drupal-7.x/includes/theme.inc
Resolves a cache miss.

Archivo

drupal-7.x/includes/bootstrap.inc, line 410
Functions that need to be loaded on every Drupal request.

Class

DrupalCacheArray
Provides a caching wrapper to be used in place of large array structures.

Código

abstract protected function resolveCacheMiss($offset);