Show
Ignore:
Timestamp:
12/13/07 15:38:37 (7 months ago)
Author:
mikey
Message:

added possibility to deny caching for a page element (part of enhancement #116)
(makes more then 4000 tests now...)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/main/php/net/stubbles/websites/stubPageElement.php

    r1113 r1140  
    5959 
    6060    /** 
     61     * checks whether page element is cachable or not 
     62     * 
     63     * @return  bool 
     64     */ 
     65    public function isCachable(); 
     66 
     67    /** 
    6168     * returns a list of variables that have an influence on caching 
    6269     *