posted 14 years ago
Hi,
1.What is the meaning of TimeToLiveSecond and TimeToIdleSecond.?
2. is they are removed, object from cache?
I tried one example.
TimeToLive = 1200
TimeToIdle = 15
I load the two object in cache first time.
i access the object after 30 second .
before accessing the object. I print the statistics of Cache and it was still show me a two object in cache.
but when i was actually access the object it was fetch from database instead of cache.
that's mean object are expired but they are still in cache still we access the object again or memory is overflow.
is the above paragraph right?
Thanks ,
Ganesh Shirsat