Ignore:
Timestamp:
08/12/2010 03:20:49 AM (22 months ago)
Author:
ofer
Message:

Support backend caching with xcache in addition to apc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/WordPress/plugin/transposh/core/constants.php

    r500 r504  
    1818define('EDIT_PARAM', 'edit'); 
    1919 
    20 //Enable apc usage 
    21 define('ENABLE_APC', TRUE); 
     20//Enable in memory cache usage, APC, xcache 
     21define('TP_ENABLE_CACHE', TRUE); 
     22//What is the cache items TTL 
     23define('TP_CACHE_TTL', 3600); 
    2224 
    2325//Class marking a section not be translated. 
Note: See TracChangeset for help on using the changeset viewer.