/**
  * Returns the Cache object for CustomHtmlForm
  * 
  * @return Zend_Cache_Core
  */
 public static function getCache()
 {
     self::$cache = SS_Cache::factory('CustomHtmlForm', 'Output', array('automatic_serialization' => true));
     return self::$cache;
 }