Class SlidingProactiveExpirationPolicy<Key, Value, ArgumentsBundle>
Expiration policy which evicts keys based on time span access.
If key wasn't accessed in the specified SlidingExpirationPolicyArgsBundle.timeSpan,
it will be evicted by GarbageCollector in the background.
If key was accessed in that time span, it's expiration time will be increased with the value of time span.
Expiration policy which evicts keys based on time span access.
If key wasn't accessed in the specified SlidingExpirationPolicyArgsBundle.timeSpan, it will be evicted by GarbageCollector in the background.
If key was accessed in that time span, it's expiration time will be increased with the value of time span.