<?php

declare( strict_types=1 );

namespace kvCORE;

class Cache {
	public function __construct() {
	}
}
