<?php

namespace Pionia\Cache;

use Symfony\Component\Cache\Psr16Cache;

/**
 * Pionia caching port of the Psr16Cache class provided by Symfony.
 */
class PioniaCache extends Psr16Cache {}
