Subversion Repositories SmartDukaan

Rev

Rev 13901 | Rev 13926 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 13901 Rev 13903
Line 354... Line 354...
354
 
354
 
355
Cache::config('month', array(
355
Cache::config('month', array(
356
    'engine' => $engine,
356
    'engine' => $engine,
357
    'duration' => '+30 days',
357
    'duration' => '+30 days',
358
    'probability' => 100,
358
    'probability' => 100,
359
    'path' => CACHE . 'day' . DS,
359
    'path' => CACHE . 'month' . DS,
360
));
360
));
361
 
361
 
362
Cache::config('day', array(
362
Cache::config('day', array(
363
    'engine' => $engine,
363
    'engine' => $engine,
364
    'duration' => '+1 day',
364
    'duration' => '+1 day',