# Functions
NewLoader returns a new *UserSliceLoader.
NewUserIntSliceLoader creates a new UserIntSliceLoader given a fetch, wait, and maxBatch.
NewUserSliceLoader creates a new UserSliceLoader given a fetch, wait, and maxBatch.
# Constants
No description provided by the author
No description provided by the author
# Variables
No description provided by the author
No description provided by the author
# Structs
UserIntSliceLoader batches and caches requests.
UserIntSliceLoaderCacheItem defines a cache item when using dataloader cache expiration where expireAfter > 0.
UserIntSliceLoaderConfig captures the config to create a new UserIntSliceLoader.
UserIntSliceLoaderRedisConfig is used to configure a UserIntSliceLoader backed by Redis.
UserSliceLoader batches and caches requests.
UserSliceLoaderCacheItem defines a cache item when using dataloader cache expiration where expireAfter > 0.
UserSliceLoaderConfig captures the config to create a new UserSliceLoader.
UserSliceLoaderRedisConfig is used to configure a UserSliceLoader backed by Redis.