Cache.php 160 B

1234567
  1. <?php
  2. class Cache
  3. {
  4. public static $statisticDataCache = array();
  5. public static $ServerIpList = array();
  6. public static $modulesDataCache = array();
  7. }