s/cleanup/remove/ in Store API
[catagits/Web-Session.git] / lib / Plack / Session / Store / File.pm
index 65ce648..6107529 100644 (file)
@@ -44,7 +44,7 @@ sub store {
     $self->serializer->( $session, $file_path );
 }
 
-sub cleanup {
+sub remove {
     my ($self, $session_id) = @_;
     unlink $self->_get_session_file_path( $session_id );
 }