You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add ReadOnlyMode and adjust UpdateOnGetCacheItem (#66)
- Change UpdateOnGetCacheItem to still update
expiration sliding window on call to
IDistributedCache.Refresh
- Add a separate ReadOnlyMode for when you really
want the cache to only be read-only and skip and
write or updates.
- Related to issue #65
0 commit comments