The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

STF::Dispatcher::Impl::File - STF Storage to store data in file

SYNOPSIS

    my $app = STF::Dispatcher::PSGI->new(
        impl => STF::Dispatcher::Impl::File->new(
            storage_path => '/tmp'
        )
    );

    builder {
        $app->to_app
    }