| [ Index ] |
PHP Cross Reference of WordPress |
[Source view] [Print] [Project Stats]
Feed API: WP_Feed_Cache_Transient class
| File Size: | 132 lines (3 kb) |
| Included or required: | 2 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
Class: WP_Feed_Cache_Transient - X-Ref
Core class used to implement feed cache transients.| __construct( $location, $filename, $extension ) X-Ref |
| Constructor. since: 2.8.0 since: 3.2.0 Updated to use a PHP5 constructor. param: string $location URL location (scheme is used to determine handler). param: string $filename Unique identifier for cache object. param: string $extension 'spi' or 'spc'. |
| save( $data ) X-Ref |
| Sets the transient. return: true Always true. since: 2.8.0 param: SimplePie $data Data to save. |
| load() X-Ref |
| Gets the transient. return: mixed Transient value. since: 2.8.0 |
| mtime() X-Ref |
| Gets mod transient. return: mixed Transient value. since: 2.8.0 |
| touch() X-Ref |
| Sets mod transient. return: bool False if value was not set and true if value was set. since: 2.8.0 |
| unlink() X-Ref |
| Deletes transients. return: true Always true. since: 2.8.0 |
| Generated: Sat Nov 8 01:00:02 2025 | Cross-referenced by PHPXref 0.7.1 |