# File lib/merb-cache/cache-store/database-sequel.rb, line 64 def self.expire_match(key) self.filter{:ckey.like key + "%"}.delete end