Skip to content

Commit

Permalink
tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
jonswar committed Jun 4, 2010
1 parent 6aff964 commit 5500c3d
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions lib/CHI.pm
Expand Up @@ -225,7 +225,8 @@ Add an L1 cache as a subcache. See L</SUBCACHES>.
=item max_key_length [INT]
Keys over this size will be L<digested|key_digester>. The default is
driver-specific; for most drivers there is no maximum.
driver-specific; L<CHI::Driver::File|File>, for example, defaults this to 240
due to file system limits. For most drivers there is no maximum.
=item mirror_cache [HASHREF]
Expand Down Expand Up @@ -526,11 +527,6 @@ keys and the driver.
Returns a list of namespaces associated with the cache. This may or may not
include empty namespaces, depending on the driver.
The namespaces may not look the same as they did when passed into the
L<constructor|/CONSTRUCTOR>; they may have been serialized, utf8 encoded,
and/or digested (see L</KEY AND VALUE TRANSFORMATION>). However, they may still
be passed back into a new constructor to access the same underlying cache.
=back
=head2 Multiple key/value operations
Expand Down

0 comments on commit 5500c3d

Please sign in to comment.