Categories > TinyButStrong general >

Caching

The forum is closed. Please use Stack Overflow for submitting new questions. Use tags: tinybutstrong , opentbs
By: Whiter
Date: 2004-10-23
Time: 16:50

Caching

Is it possible to cache not the whole page but only a part of it?
By: Skrol29
Date: 2004-10-25
Time: 01:54

Re: Caching

Yes it's possible. You have to play with the ->CacheAction() method.

Use the constants TBS_CACHENOW and TBS_CANCEL to force the cache at the wanted moment. And use the constant TBS_LOAD to load the cache file at the wanted moment.