Cache index

Hi everybody,

I have some trouble using the cache writer in "index mode".

I created 2 "All users" cache, first without index (cacheid : ENAMINE) and second with index (cacheid : ENAMINE_INDEXED). The two

I check the PPRoot/Public/Caches directory and my caches were created:

  • ENAMINE
    • .tmp file
    • .bin files (2)
  • ENAMINE_INDEXED
    • .tmp file
    • .bin files (2)
    • .idx file (It's Index I guess)

According to this result, index was created BUT when I tried the FIRST TIME  join data from cache component through WebPort Protocol, ENAMINE and ENAMINE_INDEXED runned the same time and were slow.

The second time I launched the protocol, ENAMINE and ENAMINE_INDEXED were so much faster and a .idx file was created within PPRoot/Public/Caches/ENAMINE.

I'm sure that I used the indexed property to do the join data from cache.

Why index did not work the first time I launched a join data from cache through WebPort?

Thanks for your reply.