Tribe__Cache::offsetExists( $offset )
Source
File: src/Tribe/Cache.php
public function offsetExists( $offset ) {
return in_array( $offset, $this->non_persistent_keys );
}
File: src/Tribe/Cache.php
public function offsetExists( $offset ) {
return in_array( $offset, $this->non_persistent_keys );
}