Gravity_Forms\Gravity_Forms\Transients\GF_WP_Transient_Strategy
Source: includes/transients/class-gf-wp-transient-strategy.php:5
Details
-
Kind:
class -
Namespace:
Gravity_Forms\Gravity_Forms\Transients -
Implements:
GF_Transient_Strategy
Methods
| Method | Description |
|---|---|
get() | |
set() | |
delete() |
Method Reference
get()
public function get( $key )
Parameters
| Name | Type | Default | Description |
|---|---|---|---|
$key |
Returns
mixed
Source: includes/transients/class-gf-wp-transient-strategy.php:12
set()
public function set( $key, $value, $timeout )
Parameters
| Name | Type | Default | Description |
|---|---|---|---|
$key | |||
$value | |||
$timeout |
Returns
bool
Source: includes/transients/class-gf-wp-transient-strategy.php:23
delete()
public function delete( $key )
Parameters
| Name | Type | Default | Description |
|---|---|---|---|
$key |
Returns
bool
Source: includes/transients/class-gf-wp-transient-strategy.php:32