b4xcache

  1. C

    Wish B4XCache - make keys Object rather than String

    Currently in the B4XCache class, the cache keys are decalred as Strings. This means that numbers don't sort properly when using B4XCache.Keys.Sort. Could the keys be changed to be decalred as Object as they already are in B4XOrderedMap? Example: Private cache As B4XCache Private b4xmap...
Top