Method: Cachext::Features::Backup#handle_not_found

Defined in:
lib/cachext/features/backup.rb

#handle_not_found(key, options, error) ⇒ Object



4
5
6
7
# File 'lib/cachext/features/backup.rb', line 4

def handle_not_found key, options, error
  key.delete_backup
  super
end