start_cache()
and
end_cache()
functions in cache.inc
.
The pages may not be translation-aware
(otherwise some users will see the wrong language).
get_cached_data()
in cache.inc
.
This is perfect for pages that are accessed commonly
and by people from many nationalities (currently the top-X pages support it).
If something shows up in the wrong language it's probably because a page that was previously not being translated got translation abilities but wasn't moved to the proper cache type. Also if a page-piece that is included is now translatable, all pages that make use of this piece should now either use fullpage caching with translation, or use an object cache (nicer but takes a few more lines of coding). "; page_tail(); ?>