jamesmontemagno / monkey-cache

Easily cache any data structure for a specific amount of time in any .NET application.
MIT License
670 stars 106 forks source link

AutoRebuildEnabled litedb #138

Closed jamesmontemagno closed 8 months ago

jamesmontemagno commented 8 months ago

Fixes #137

Updated Barrel class and LiteDB package version

Updated the Barrel class in the MonkeyCache.LiteDB namespace to include a new static property AutoRebuildEnabled and modified the LiteDatabase instance creation code to append "; auto-rebuild=true" to the path variable if AutoRebuildEnabled is true. Also, updated the LiteDB package version in MonkeyCache.LiteDB.csproj from 5.0.13 to 5.0.19.