package
0.0.24
Repository: https://github.com/steviebps/realm.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
NewCacheableStorage returns a write-through cacheable storage.
No description provided by the author
No description provided by the author
No description provided by the author
NewInheritableStorage returns a InheritableStorage with the source Storage.
No description provided by the author

# Variables

CacheableStorageOptions is a map of available storage options specified at the server.options.cache config path.
StorageOptions is a map of available storage options specified at the server.storage config path.

# Structs

No description provided by the author
CacheableStorage is a wrapper storage used for providing a write-through cache.
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

No description provided by the author

# Type aliases

StorageCreator is a factory function to be used for all storage types.