devlooped / devlooped/TableStorage
Implement an IDistributedCache that leverages ITableStorage
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 27
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
It should offer the same level of attribute-based persisting rules.
TBD how to surface expiration.
See https://github.dev/StefH/DistributedCache.AzureTableStorage for inspiration
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the ITableStorage abstraction and the existing attribute-based persistence rules in the TableStorage repository. Read the linked DistributedCache.AzureTableStorage project for implementation context, then clarify how expiration should be surfaced. Done means an IDistributedCache implementation that preserves those persistence rules and has an agreed expiration behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- azure, csharp
- Domain
- backend, cloud, databases
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100
