Skip to content

A cache that stores items for a specified period of time. Older items are removed.

License

Notifications You must be signed in to change notification settings

piotrpsz/timed-cache

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

timed-cache

A cache that stores items for a specified period of time. Older items are removed.
Expired items are removed before almost every function of the cache object is executed.
Additionally, the user has the option of manually clearing the cache of expired items.
If you need periodic cleanup without even performing an operation,
implement a ticker that calls PurgeExpired in code that uses the cache.

About

A cache that stores items for a specified period of time. Older items are removed.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages