Skip to content

Commit

Permalink
Adding keysExist to Using StorageEngines documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
mergesort committed Oct 20, 2023
1 parent c27c8e2 commit 4e3cf94
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ public protocol StorageEngine: Actor {
func removeAllData() async throws

func keyExists(_ key: CacheKey) async -> Bool
func keysExist(_ keys: [CacheKey]) async -> [CacheKey]
func keyCount() async -> Int
func allKeys() async -> [CacheKey]

Expand Down

0 comments on commit 4e3cf94

Please sign in to comment.