MvcLite\Cache::get
gets data for an object, and a value
The object is required, to determine the namespacing of the storage
Signature
public function get(ObjectAbstract
        $object,
            string
        $name )
            
        Parameters
- $object— MvcLite\MvcLite\ObjectAbstract
 
- $name— string
Returns
- mixed
Test Coverage
Information
- Coverage: 4/4 Lines (100%)
- Tests: 3
- Passed: 3 (100%)
Tests
- [ PASSED ] — MvcLite\CacheTest::testGet with data set #0
- [ PASSED ] — MvcLite\CacheTest::testGet with data set #1
- [ PASSED ] — MvcLite\CacheTest::testGet with data set #2