-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(cache): refactor Cache class (#809)
* refactor(cache): remove deprecated Cache class The Cache class has been removed as its functionality is now handled by the Repository class. This change helps streamline the codebase and removes duplicate implementations. * Rename * Remove some cases * Rename return type * Add alias method * Adds comments * Refactor * Updated docs * Add comment --------- Co-authored-by: Deeka Wong <[email protected]>
- Loading branch information
1 parent
40f5809
commit ba28a92
Showing
2 changed files
with
9 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters