# elementor/4.0.3/modules/atomic-widgets/cache-validity/cache-validity.php

Elementor Website Builder – more than just a page builder, version 4.0.3. 16 lines.

- Page: https://pluginprobe.com/plugins/elementor/4.0.3/code/modules/atomic-widgets/cache-validity/cache-validity.php
- Raw: https://pluginprobe.com/plugins/elementor/4.0.3/raw/modules/atomic-widgets/cache-validity/cache-validity.php
- Modified: 2026-02-02T09:52:12+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/elementor/4.0.3/code/modules/atomic-widgets/cache-validity/cache-validity.php#L10-L20`.

```php
<?php

namespace Elementor\Modules\AtomicWidgets\CacheValidity;

use Elementor\Modules\AtomicWidgets\Styles\CacheValidity\Cache_Validity as New_Cache_Validity;

if ( ! defined( 'ABSPATH' ) ) {
	exit; // Exit if accessed directly.
}

// TODO: Remove this class after 3.37 is released.
/**
 * @deprecated 3.35 Use \Elementor\Modules\AtomicWidgets\Styles\CacheValidity\Cache_Validity instead.
 */
class Cache_Validity extends New_Cache_Validity {}

```
