Returns an expirable key value store collection.
string $collection: The name of the collection holding key and value pairs.
\Drupal\Core\KeyValueStore\KeyValueStoreExpirableInterface An expirable key value store collection.
public static function keyValueExpirable($collection) {
return static::$container
->get('keyvalue.expirable')
->get($collection);
}