JCacheTest::testStoreAndGet
Testing store() and get()
Signature
public function testStoreAndGet(string
$handler,
array
$options,
string
$id,
string
$group,
string
$data,
string
$expected )
Parameters
-
$handler
- cache handler
-
$options
- options for cache handler
-
$id
- cache element ID
-
$group
- cache group
-
$data
- data to be cached
-
$expected
- expected return
Returns
- void