project-cemetery / cache

Provides features covering simple to advanced caching needs. It is designed for performance and resiliency.
MIT License
8 stars 1 forks source link

Cache invalidation #2

Open igorkamyshev opened 5 years ago

igorkamyshev commented 5 years ago

Add new parameter for set — { tag, expireAt }.

After expireAt we must reset this item. Tag can be used for invalidate all available items.

igorkamyshev commented 5 years ago

expiration was added