UNPKG
adonis5-cache
Version:
latest (1.3.1)
1.3.1
1.2.0
1.1.3
1.1.2
1.1.1
1.1.0
1.0.2
Cache provider for AdonisJS 5
github.com/reg2005/adonis5-cache
reg2005/adonis5-cache
adonis5-cache
/
build
/
index.d.ts
3 lines
(2 loc)
•
103 B
TypeScript
View Raw
1
2
3
import
AdonisCacheProvider
from
'./providers/AdonisCacheProvider'
;
export
default
AdonisCacheProvider
;