PHP Class Cache\Adapter\Memcached\Tests\MemcachedCachePoolTest

Inheritance: extends PHPUnit_Framework_TestCase, use trait CreatePoolTrait
Datei anzeigen Open project: php-cache/cache

Public Methods

Method Description
testTimeToLiveMoreThan30days ( ) Ensures that items with a TTL larger than 30 days can be stored in memcached https://github.com/memcached/memcached/wiki/Programming#expiration.

Method Details

testTimeToLiveMoreThan30days() public method

Ensures that items with a TTL larger than 30 days can be stored in memcached https://github.com/memcached/memcached/wiki/Programming#expiration.