# Functions
NewJsonFileStore creates a new jsonFileStore object, accessed as a KeyValueStore.
NewMockStore creates a new jsonFileStore object, accessed as a KeyValueStore.
# Constants
DefaultLockTimeout - lock timeout in milliseconds.
No description provided by the author
No description provided by the author
LockExtension - Extension added to the file name for lock.
# Variables
Errors returned by KeyValueStore methods.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Interfaces
KeyValueStore represents a persistent store of (key,value) pairs.