Pastoid

The page you are looking at now is at this URL: http://pastoid.com/atq

This paste was last updated on March 22, 2009 at 11:36 pm.

Pasted Coderaw

public function test_has_group()
{
	Cache::expire('*', 'foo', 'glob');
	$this->assertFalse(Cache::has_group('foo'), 'The cache has a group that was explicitly expired.');
	Cache::set(array('foo', 'bar'), 'a value');
	$this->assertTrue(Cache::has_group('foo'), 'The cache does not have a group that was explicitly set.');
}
 
 

Toggle wordwrap

Referring DomainHits
Unknown Referer 127
pastoid.com 5
search.live.com 1
Is this paste spam?
<Hide