Skip to main content

8 docs tagged with "Usage"

View all tags

Cache usage

The eridu-tech/cache component provides a way for storing key-value pairs with expiration independent of data storage

CircuitBreaker usage

The eridu-tech/circuit-breaker component provides a way for managing circuit-breaker independent of underlying platform or storage.

EventBus usage

The eridu-tech/event-bus component provides a way for dispatching and listening to events independent of underlying technology.

FileStorage usage

The eridu-tech/FileStorage component provides a way for managing files independent of underlying platform or storage.

Lock usage

The eridu-tech/lock component provides a way for managing locks independent of underlying platform or storage.

RateLimiter usage

The eridu-tech/rate-limiter component provides a way for managing rate-limiter independent of underlying platform or storage.

Semaphore usage

The eridu-tech/semaphore component provides a way for managing semaphores independent of underlying platform or storage.

SharedLock usage

The eridu-tech/shared-lock component provides a way for managing shared-locks (a.k.a reader writer locks) independent of underlying platform or storage.