NAME
Renard::Incunabula::Document::Role::Cacheable - Role that caches rendered pages
VERSION
version 0.005
ATTRIBUTES
render_cache
Holds an in-memory cache of the rendered pages.
See CHI and CHI::Driver::RawMemory for more information.
METHODS
get_rendered_page
around get_rendered_page
A method modifier that caches the results of get_rendered_page
.
AUTHOR
Project Renard
COPYRIGHT AND LICENSE
This software is copyright (c) 2017 by Project Renard.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.