<?php
/*
* Plugin name: Edge Cache
* Description: Automatically clears the edge cache when necessary
* Author: Automattic
* Author URI: http://automattic.com/
* Version: 1.2
* */
if ( ! class_exists( 'Edge_Cache_Plugin' ) ) {
require dirname( __FILE__ ) . '/edge-cache/edge-cache.php';
}