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

NAME

PEF::Front::Cache - Data cache

DESCRIPTION

This class is used to store cached method responses and any other information.

FUNCTIONS

make_request_cache_key($vreq, $cache_attr)

Makes key string for caching model method response.

get_cache($key_string)

Returns value from cache for given $key_string.

set_cache($key_string, $value)

Sets value in cache for given $key_string.

remove_cache_key($key_string)

Deletes cache value for given $key_string if exists.

AUTHOR

This module was written and is maintained by Anton Petrusevich.

Copyright and License

Copyright (c) 2016 Anton Petrusevich. Some Rights Reserved.

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