WPDev.one
Core Class

Cache

class Cache // Constructor: function Object() { [native code] }

Used to create cache objects

Methods 5 methods

Method / Return Description
__construct()
void

Don't call the constructor. Please.

get_handler()
Base

Create a new SimplePie\Cache object

Parameters: $location: mixed, $filename: mixed, $extension: mixed
create()
void

Create a new SimplePie\Cache object

Parameters: $location: mixed, $filename: mixed, $extension: mixed
register()
void

Register a handler

Parameters: $type: mixed, $class: mixed
parse_URL()
array

Parse a URL into an array

Parameters: $url: mixed

Properties

Property / Type Description
$handlers
mixed
public
No description available.

Class Information

Source File
wp-includes/SimplePie/src/Cache.php
Advertisement