rename 'delete' to 'remove' so that the interface matches Cache::Cache
[catagits/Catalyst-Plugin-Cache.git] / lib / Catalyst / Plugin / Cache / Backend.pm
index 0da37bb..99fed24 100644 (file)
@@ -13,7 +13,7 @@ sub get {
     my ( $self, $key ) = @_;
 }
 
-sub delete {
+sub remove {
     my ( $self, $key ) = @_;
 }
 
@@ -33,6 +33,8 @@ Catalyst::Plugin::Cache::Backend - Bare minimum backend interface.
 
 =head1 DESCRIPTION
 
+This is less than L<Cache::Cache>.
+
 =cut