Static Propertyvapor 4.114.1Vapor
memory
In-memory cache. Thread safe. Not shared between multiple instances of your application.
static var memory: Self { get }
In-memory cache. Thread safe. Not shared between multiple instances of your application.
static var memory: Self { get }
import Vapor
Vapor is a framework for building server applications, APIs and websites in Swift. It provides a safe, performant and scalable foundation for building large complex backends.
struct Provider
final class Application
Core type representing a Vapor application.
struct Caches
@preconcurrency init(_ run: @escaping (Application) -> ())