# File lib/merb-cache/cache-store/database-sequel.rb, line 56
    def self.expire(key)
      self.filter(:ckey => key).delete
    end