Categories > TinyButStrong general >

Store cache in memcached ?

The forum is closed. Please use Stack Overflow for submitting new questions. Use tags: tinybutstrong , opentbs
By: Milop
Date: 2012-12-11
Time: 14:11

Store cache in memcached ?

Is there any way to store cached pages in memcached ?
By: Skrol29
Date: 2012-12-13
Time: 23:53

Re: Store cache in memcached ?

Sorry I don't know MemCache.

Nevertheless you should be able to ride TBS with any cache system since you can always retrieve the result of a merging as a string using
$TBS->Show(TBS_NOTHING);
$result_to_save_in_cache = $TBS->Source;