# File lib/merb-cache/cache-store/database-activerecord.rb, line 84
    def self.check_table
      CacheMigration.up unless self.table_exists?
    end