c# - CACHE, What is the best way for caching timeline events? -


the question simple, have timeline of events or posts, facebook wall. i'm wondering best way manage caching here? things take in account:

  1. the collection of events custom each user, depending of friends, , friends visibility, wich makes database query bit heavy.
  2. also collection of events has pagination.
  3. user must see new events, not showing cached items, remove magic time line. what should best invalidation time?

if 1 have tips or advices glad.


Comments

Popular posts from this blog

java - Could not locate OpenAL library -

c++ - Delete matches in OpenCV (Keypoints and descriptors) -

sorting - opencl Bitonic sort with 64 bits keys -