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

NAME

Articulate::Caching - store and retrieve content quickly

CONFIGURATION

  components:
    caching:
      Articulate::Caching:
        providers:
        - Articulate::Caching::Native

ATTRIBUTE

providers

A list of classes which can be used to cache items.

METHODS

is_cached

  $caching->is_cached( $what, $location )

get_cached

  $caching->get_cached( $what, $location )

set_cache

  $caching->set_cache( $what, $location, $value )

clear_cache

  $caching->clear_cache( $what, $location )

empty_cache

  $caching->empty_cache( )

SEE ALSO

1 POD Error

The following errors were encountered while parsing the POD:

Around line 125:

'=item' outside of any '=over'

=over without closing =back