Store a value in cache.
string $type:
string $class:
private static function storeInCache($type, $class) { self::$cache[$type] = $class; }