NAME

Plack::Session::Store::KyotoTycoon - Plack::Session storage for Kyoto Tycoon

VERSION

version 0.1

SYNOPSIS

See the docs for Plack::Session::Store::* for details on how to use this.

SUBROUTINES/METHODS

new ( %params )

Parameters are tycoon_server and tycoon_port. See the Cache::KyotoTycoon and Kyoto Tycoon docs for details.

fetch ( $session_id )

store ( $session_id, $session )

remove ( $session_id )

BUGS

Please report any bugs or feature requests on GitHub's issue tracker https://github.com/<github_user/Plack::Session::Store::KyotoTycoon/issues>. Pull requests welcome.

SUPPORT

You can find documentation for this module with the perldoc command.

perldoc Plack::Session::Store::KyotoTycoon

You can also look for information at:

ACKNOWLEDGEMENTS

  • Lenz Gschwendtner (@norbu09), for being an awesome mentor and friend.

AUTHOR

Lenz Gschwendtner <lenz@springtimesoft.com>

COPYRIGHT AND LICENSE

This software is copyright (c) 2013 by springtimesoft LTD.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.