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
/
src
/
CacheContexts
/
DefaultCacheContext.d.ts
4 lines
(3 loc)
•
144 B
TypeScript
View Raw
1
2
3
4
import
{
CacheContextContract
}
from
'@ioc:Adonis/Addons/Adonis5-Cache'
;
declare
const
_default
:
CacheContextContract
;
export
default
_default;