# File lib/merb-cache/cache-store/database.rb, line 124
  def expire_match(key)
    CacheModel.expire_match(key)
    Merb.logger.info("cache: expired matching (#{key})")
    true
  end