# File lib/merb-cache/cache-store/database.rb, line 33
  def prepare
    CacheModel.check_table
    true
  end