Skip to content

KeetaNetwork/keeta-storage

Repository files navigation

Keeta Secure Storage

Leightweight Storage absrtraction for agnostic persistence implementations.

public protocol Store: AnyObject {
    func data(forKey aKey: String) -> Data?
    func set(_ data: Data, for key: String)
    func removeValue(for key: String)
}

Includes two default implementations:

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages