# Packages
No description provided by the author
No description provided by the author
No description provided by the author
# Functions
NewStringLoader creates a new StringLoader given a fetch, wait, and maxBatch.
NewStringLoaderExample will collect user requests for 2 milliseconds and send them as a single batch to the fetch func normally fetch would be a database call.
NewUserByIDAndOrgLoader creates a new UserByIDAndOrgLoader given a fetch, wait, and maxBatch.
NewUserFloatLoader creates a new UserFloatLoader given a fetch, wait, and maxBatch.
NewUserIntLoader creates a new UserIntLoader given a fetch, wait, and maxBatch.
NewUserLoader creates a new UserLoader given a fetch, wait, and maxBatch.
NewUserLoaderExample will collect user requests for 2 milliseconds and send them as a single batch to the fetch func normally fetch would be a database call.
NewUserValueByIDAndOrgLoader creates a new UserValueByIDAndOrgLoader given a fetch, wait, and maxBatch.
# Constants
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
No description provided by the author
# Variables
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
No description provided by the author
# Structs
StringLoader batches and caches requests.
StringLoaderCacheItem defines a cache item when using dataloader cache expiration where expireAfter > 0.
StringLoaderConfig captures the config to create a new StringLoader.
StringLoaderRedisConfig is used to configure a StringLoader backed by Redis.
User is some kind of database backed model.
No description provided by the author
UserByIDAndOrgLoader batches and caches requests.
UserByIDAndOrgLoaderConfig captures the config to create a new UserByIDAndOrgLoader.
UserByIDAndOrgLoaderRedisConfig is used to configure a UserByIDAndOrgLoader backed by Redis.
UserFloatLoader batches and caches requests.
UserFloatLoaderCacheItem defines a cache item when using dataloader cache expiration where expireAfter > 0.
UserFloatLoaderConfig captures the config to create a new UserFloatLoader.
UserFloatLoaderRedisConfig is used to configure a UserFloatLoader backed by Redis.
UserIntLoader batches and caches requests.
UserIntLoaderCacheItem defines a cache item when using dataloader cache expiration where expireAfter > 0.
UserIntLoaderConfig captures the config to create a new UserIntLoader.
UserIntLoaderRedisConfig is used to configure a UserIntLoader backed by Redis.
UserLoader batches and caches requests.
UserLoaderCacheItem defines a cache item when using dataloader cache expiration where expireAfter > 0.
UserLoaderConfig captures the config to create a new UserLoader.
UserLoaderRedisConfig is used to configure a UserLoader backed by Redis.
UserValueByIDAndOrgLoader batches and caches requests.
UserValueByIDAndOrgLoaderConfig captures the config to create a new UserValueByIDAndOrgLoader.
UserValueByIDAndOrgLoaderRedisConfig is used to configure a UserValueByIDAndOrgLoader backed by Redis.