acarteas / FileCache

FileCache is a concrete implementation of the .Net Framework 4's System.Runtime.Caching.ObjectCache that uses the local filesystem as the target location.
Apache License 2.0
77 stars 24 forks source link

SlidingExpiration is not set until access #36

Open ndrwrbgs opened 4 years ago

ndrwrbgs commented 4 years ago

Should it be defaulted during insertion (should insertion count as the first 'access'?)

acarteas commented 4 years ago

agree

zs2hx commented 4 years ago

Agree - this is default behavior for MemoryCache concrete implementation.

acarteas commented 4 years ago

I'll hit this one in the near future.