WpWodify\Cache::get
Gets a cache value for a given name value.
Signature
public function get(string
$name )
Parameters
$name
— string- the name of the cache to retrieve.
Returns
- mixed
- The value for the cache.
Test Coverage
Information
- Coverage: 1/1 Lines (100%)
- Tests: 1
- Passed: 1 (100%)
Tests
- [ PASSED ] — WpWodify\CacheTest::testGet with data set #0