Skip to content
This repository has been archived by the owner on Jan 14, 2021. It is now read-only.

Latest commit

 

History

History
24 lines (19 loc) · 907 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 907 Bytes

Ehcache File Monitor

Ehcache File Monitor attempts to provide a scalable, high performance solution for loading resources from a file system while ensuring the "freshness" of the loaded resources.

What It Does

The concept is simple: Resources are loaded from the file system as they are requested. Loaded resources are cached as long as they are being actively requested, allowing for high scalability. Callers don't have to wait for the resource to be loaded from the file system again, if the underlying file hasn't changed. When a file has changed, the resource which was loaded from that file is removed from the cache, such that it will be loaded from the updated file the next time it is requested.

More Info

For more information, visit [the project website] (http://sworisbreathing.github.com/ehcache-file-monitor/index.html "Ehcache File Monitor")