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.
$offset: The offset that was requested.
The value of the offset, or NULL if no value was found.
protected abstract function resolveCacheMiss($offset);