Add cache interface, factory, and basic in-mem implementation
This commit is contained in:
@@ -59,6 +59,10 @@ export * from './service/HTTPServer'
|
||||
export * from './service/Routing'
|
||||
export * from './service/Middlewares'
|
||||
|
||||
export * from './support/cache/Cache'
|
||||
export * from './support/cache/MemoryCache'
|
||||
export * from './support/cache/CacheFactory'
|
||||
|
||||
export * from './views/ViewEngine'
|
||||
export * from './views/ViewEngineFactory'
|
||||
export * from './views/PugViewEngine'
|
||||
|
||||
Reference in New Issue
Block a user