Show
Ignore:
Timestamp:
03/25/08 09:57:21 (3 months ago)
Author:
mikey
Message:

preparation of enhancement #133: refactored caching processor out of memphis processor, new caching processor still needs a test. website cache does not require session any more

Files:

Legend:

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

    r1231 r1459  
    1717{ 
    1818    /** 
    19      * configures the processor with a website cache factory 
     19     * configures the processor with a website cache factory and returns the 
     20     * configured processor 
    2021     * 
    21      * @param  stubProcessor  $processor 
     22     * @param   stubProcessor  $processor 
     23     * @return  stubProcessor 
    2224     */ 
    2325    public function configure(stubProcessor $processor);