Page 1 of 1

Chaching Mechanism

Posted: Thu Jan 12, 2012 9:47 am
by nonstopkaran
Hi

I am working a mobile based application implementing WURFL API's.

There were some fuzz recently around the caching mechanism WURFL uses.

Can some one let me know the caching mechanism that is used by WURFL and the current eviction policy that it is set to?
Or any document that explains something about this should also be fine.

Thanks in advance.

Regards,
Karan.

Added:

I can see DefaultWURFLService.java makes use of CacheProvider.java to store (deviceKey, device) types in cache.
But what is the maximum size set for this cache and when is it getting cleared.

Or the cache not cleared at all?

Re: Chaching Mechanism

Posted: Thu Jan 12, 2012 12:47 pm
by ermanno
There is a brief topic about cache provider; perhaps it might be useful.
http://www.scientiamobile.com/forum/vie ... f=8&t=4#p6

Re: Chaching Mechanism

Posted: Fri Jan 13, 2012 8:18 am
by nonstopkaran
Thanks a lot mate.

It was really helpfull.