Skip to content

XCore v2.0.6

Compare
Choose a tag to compare
@metalwolf metalwolf released this 23 Mar 17:29
· 30 commits to master since this release
1f61a7f

The XCore package is used to build basic object for programmation. for the WebAbility compatility code
For GO, the actual existing code includes:

  • XCache: Application Memory Caches, thread safe.
  • XDataset: Basic nested data structures for any purpose (template injection, configuration files, database records, etc) Support thread safe operations on thread safe structures (XDatasetTS and XDatasetCollectionTS)
  • XLanguage: language dependent text tables, thread safe
  • XTemplate: template system with meta language, thread safe cloning

New in this release

2.0.6 replaces 2.0.5 (error of publication)

  • function NewXDataset(data) and NewXDatasetCollection(data) added, to build XDatasets based on a classic map[string]interface{}
  • XDatasetTS added to the manual
  • XLanguage is now thread safe
  • XTemplate: Error corrected in string() function (was saying XLanguage)
  • Each cache entry is now able to manage its own TLL if set. New function SetTTL(id, duration)