Skip to content

Added link to new module - CHI::Cascade at SEE ALSO section #6

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 7 additions & 5 deletions lib/CHI.pm
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ CHI - Unified cache handling interface
);

# Create your own driver
#
#
my $cache = CHI->new( driver_class => 'My::Special::Driver', ... );

# Cache operations
Expand Down Expand Up @@ -359,7 +359,7 @@ e.g.

The default is to use raw Storable.

=back
=back

Some drivers will take additional constructor options. For example, the File
driver takes C<root_dir> and C<depth> options.
Expand Down Expand Up @@ -693,12 +693,12 @@ e.g.
label
on_get_error
on_set_error

=item Standard read-only accessors

namespace
serializer

=back

=head2 Deprecated methods
Expand Down Expand Up @@ -1109,7 +1109,7 @@ from the logs and report a summary. See L<CHI::Stats|CHI::Stats> for details.
CHI is intended as an evolution of DeWitt Clinton's
L<Cache::Cache|Cache::Cache> package. It starts with the same basic API (which
has proven durable over time) but addresses some implementation shortcomings
that cannot be fixed in Cache::Cache due to backward compatibility concerns.
that cannot be fixed in Cache::Cache due to backward compatibility concerns.
In particular:

=over
Expand Down Expand Up @@ -1257,4 +1257,6 @@ thanks to Hearst management for agreeing to this open source release.

L<Cache::Cache|Cache::Cache>

L<CHI::Cascade> - a cache dependencies (cache and like 'make' utility concept)

=cut