Release Notes: This release implements a function, "updating", that determines if the cache is currently locked for update by a concurrent process, or if the cache is available for reading or updating. A simple example of usage of the class is also provided.


Release Notes: This release fixes a bug that was preventing the class from checking cache file integrity.


Release Notes: This release fixes a bug that was preventing the reading of cache file headers longer than the default file buffering length limit.


Release Notes: An issue with not reinitializing the headers of an outdated cache file that was making file cache refreshing fail when setting headers that were already defined in the outdated cache file were fixed. Explicit non-blocking file locking methods are now used in the updating method.


Release Notes: This release implements a function, "updating", that determines if the cache is currently locked for update by a concurrent process, or if the cache is available for reading or updating. A simple example of usage of the class is also provided.


Release Notes: This release can cache headers which contain special values to be used to generate the cache. These values are verified to determine if the cache is up-to-date. Several bugs have been fixed.