v1.2.0.2
Pre-release
Pre-release
1.1.0
- Add ability to GetKeys
Changes:
- e2c57ac Merge pull request #52 from Redth/multibarrel
- 52ac689 Adds tests for custom cache directory barrel
- 7e35c8c Adds a
Create
factory method to override path - 8c780f0 Create CHANGELOG.md
- 0c30cdf Update comments
- ab7d984 Update README.md
- 5a99b73 Merge pull request #50 from jamesmontemagno/feature/all [ #47 ]
- 2973987 Add comments
- 77eab98 Update csproj to newer sdk extras
- 7fe3f8b Update naming
See more
- 93b561a Merge pull request #48 from surgeforward/all_keys
- 56d5051 Merge branch 'master' into all_keys
- d654d8f Fixes #49
- 9042d0e Added file store implementation
- b4f0b7a Added LiteDB implementation for get all keys with flags
- d6301b0 Added sqlite implementation and added barrel tests
- 12973b9 Added CacheState flag and updated IBarrel and the Barrel implementations to have a state that is implied to CacheState.Active
- c602e06 Added 2 unit tests to cover GetAllKeys() API for when there is data to be returned and when it is empty
- 749caec Added file store implementation
- a8fb7d6 Added LiteDB implementation for GetAllKeys
- d9bbf04 Added xml doc comment for SQLite implementation
- eff56a3 Added SQLite implementation for GetAllKeys
- 431709c Stubbed out GetAllKeys method in the IBarrel and different implementations. Added test code to the xamarin forms project to test new implementation
- 538b800 Merge pull request #42 from jamesmontemagno/feature/issue-34 [ #34 ]
- b3b5db7 Merge branch 'master' into feature/issue-34
- bf36dd0 Add ability to set a default path.
- e91cd6c Update README.md
- 97e0d55 Merge pull request #39 from jamesmontemagno/feature/issue-34
- 5ece018 Fix bug with sqlite getting experation. Finalize API and Tests
- 39c83a2 Merge pull request #36 from jamesmontemagno/feature/issue-35 [ #35 ]
- 843fbe2 Add netstandrad for macbuild
- b34e04d Bump NuGets and fix attributes
- 536ffc4 Update to Json.NET 11.0.2 and Change to AddObject. Added more frameworks
- eb286c9 update readmd
- 599d9d5 Clean code and implement passing of jsonserializationsettings
- 5f68925 Update NuGets!
- 616948f Add Get expiration date
- 8621a85 Fix for min max timespan.
- 912cd3a Update Utils.cs
- 034dff5 Update README.md
- 058e6c7 Update defines
- 9404758 Update MonkeyCache.csproj
- 18f0271 Update MonkeyCache.SQLite.csproj
- 63bf95f Update MonkeyCache.LiteDB.csproj
- 88e6278 Update MonkeyCache.FileStore.csproj
- f29bad1 Merge pull request #23 from Redth/master
- f9db387 Add Try/Finally to FileStore to release locks
- d69a23c Adjust some nugets
- d036e4c Update README.md
- 3a1bc2d Update MonkeyCache.SQLite.csproj
- f795e0e Update MonkeyCache.FileStore.csproj
- 5be6867 Update MonkeyCache.LiteDB.csproj
- 34f46c1 Merge pull request #22 from trbenning/master
- 9250d09 Fix expiration checks where LiteDb converts to local time
- 0a9ffa9 Update README.md
- 0fd508f Update README.md
- 4061c03 Merge pull request #20 from Lostsoul0589/master
- 3e25bda Fix some wording mistakes
- ca83da5 Update README.md
- 7371c85 Update README.md
- 8054387 Update README.md
- a10a796 Merge pull request #16 from jamesmontemagno/feature-core-package
- d8622d8 Merge branch 'master' into feature-core-package
- ff93d9b Update HttpCacheTests.cs
- 259fadb Merge pull request #15 from Redth/feature-core-package
- caa81ec Added extension method for cached http requests
- 9347788 Merge pull request #14 from Redth/feature-core-package
- c96d473 Some tests might in fact be 0 ms…
- 8322706 Switch to unix time for storage in index file
- 439c485 Update README.md
- 205a74a Update README.md
- 31264de Update README.md
- e5db9e0 Fix unit tests
- 1dc59c6 fix unit tests
- dab64d7 Fix up file store and add perf tests
- add6f3a Fix debug flag and formatting :)
- 9eb5ba3 Fixes #12
- 8a3b6df Return true if item doesn't exist for expired
- 7e90951 Merge branch 'master' into feature-core-package
- a409be8 Merge pull request #13 from ScarlettCode/ScarlettCode-readme-fix-1
- 4d70f1b Correct the readme
- 1284c87 Optimize different perf tests, only for debug
- ab93e49 More perf tests
- 00da36b Merge pull request #11 from Redth/feature-core-package
- 3604edf Added a few performance test variations
- 6a6c45d Swapped out simple lock for ReaderWriterLockSlim
- e936edd Added a performance test
- 75517b6 Added file based Barrel implementation
- 48dead9 Update Tests
- 156d3f6 All the monkeys
- bfb2b29 More Monkey
- de5f777 Update Tests
- 94e06ef Move core to seperate package!
- b868566 Update MonkeyCache.csproj
- 68474e6 Merge pull request #10 from Lostsoul0589/master
- 3a8ce7d Fix a few missing words issues
- d2d704f Check for invalid characters in path name
- 728259d Fixes #8
- 29b9107 Cleanup tests and address #9
- a863fc7 Update README.md
- 8be59c4 Revert Back code
- a69233b Ensure we comebine unique id :)
- 221b74b Update package info
- 7205275 Additional Cleanup
- b026b4b Add encryption option for LiteDB
- 950b6b3 Merge pull request #7 from aherrick/master
- 3538221 Merge pull request #6 from MikeFoden/patch-1
- 86fae79 reduce duplicate add code
- ff2ebc3 Update README.md
- 0387742 Refactor and add LiteDB tests
- 8b30fd7 Update nuget info
- 8d63a82 Cleanup litedb csproj
- 25e758b Merge pull request #5 from onovotny/simplify-project
- 0be681d simplify project file with msbuild.sdk.extras
- cabac2d Update README.md
- 961049d Update readme
- 2790a88 Update Title for LiteDB
- 80c2172 Add All SLN
- e9810f1 Cleanup tests
- 6b57ee3 Integrate LiteDB option for MonkeyCache
- 462f5f4 Move back to default for C#
- fc49144 Add slim sln
- 757d163 Add multi-targeting for getting cache locations
- 736dc6e Add sample apps
- cfe2faf Add XML comments and adjust folder location
- 71750d0 More code coverage!
- 001d08f Enhancements by Frank!
- edfc0c0 Add EmtpyExpired
- bf8e43e add etags
- de27da5 Merge branch 'master' of https://github.com/jamesmontemagno/monkey-cache
- 0a75078 Additional cleanup on httpcache
- 254c046 Update MonkeyCache.csproj
- 3978eff Add Art
- 9285feb Add initial httpcache
- 816b3a9 Update README.md
- 0adc30a Update README.md
- a2125fa Update README.md
- aac2842 Update README.md
- e014ead Delete files and update nuget
- b4a6dc8 update nugets
- ce22014 Intitial implementation and tests of barren
- 31bcb34 Add serializer settings
- dbaa8d4 Add initial caching for barrel
- ccf4c9d Update barrel and introduce HttpCache
- 5c762d3 Barrel API
- 9babd96 Update readme
- 256efb4 Cleanup nuget packing!
- c866ee8 Add NuGet as Build step :)
- ae8b118 More nuget cleanup :)
- 34cb116 Fix for real!
- 8056c15 fix nuget
- f589034 add url
- 44ac65f Move Files
- 3d74dbb update cake
- 5cc87b0 Monkey Cache!
This list of changes was auto generated.