class

Fiber

Inherits Reference < Object

https://crystal-lang.org/api/latest/Fiber.html

Instance methods

query_cache

This is stored on Fiber so it's released after each HTTP Request.

Source
query_cache=(query_cache : LuckyCache::BaseStore)

This is stored on Fiber so it's released after each HTTP Request.

Source