# Packages
No description provided by the author
# Functions
No description provided by the author
No description provided by the author
No description provided by the author
LogAccess sets up a logger that logs all calls to the underlying store in the given file.
New is the constructor for the ObjectStorage.
Creates an "empty" CachedObjectImpl, that is not part of any ObjectStorage.
NewFactory creates a new Factory with the given ObjectStorage parameters.
No description provided by the author
OnEvictionCallback sets a function that is called on eviction of the object.
No description provided by the author
No description provided by the author
No description provided by the author
ReleaseExecutorWorkerCount sets the number of workers that execute the scheduled eviction of the objects in parallel (whenever they become due).
StoreOnCreation writes an object directly to the persistence layer on creation.
WithIteratorMaxIterations is used to stop the iteration after a certain amount of iterations.
WithIteratorPrefix is used to iterate a subset of elements with a defined prefix.
WithIteratorSkipCache is used to skip the elements in the cache.
WithIteratorSkipStorage is used to skip the elements in the storage.
WithReadSkipCache is used to skip the elements in the cache.
WithReadSkipStorage is used to skip the elements in the storage.
# Variables
No description provided by the author
# Structs
No description provided by the author
No description provided by the author
Factory is a utility that offers an api for a more compact creation of multiple ObjectStorage instances from within the same package.
IteratorOptions define options for iterations in the object storage.
No description provided by the author
No description provided by the author
ObjectStorage is a manual cache which keeps objects as long as consumers are using it.
No description provided by the author
No description provided by the author
ReadOptions define options for Contains calls in the object storage.
No description provided by the author
# Interfaces
No description provided by the author
No description provided by the author
No description provided by the author
# Type aliases
No description provided by the author
No description provided by the author
IteratorOption is a function setting an iterator option.
No description provided by the author
ReadOption is a function setting a read option.
StorableObjectFactory is used to address the factory method that generically creates StorableObjects.