Chaching Mechanism
Posted: Thu Jan 12, 2012 9:47 am
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?
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?