UNPKG
@melchyore/adonis-cache
Version:
latest (1.0.6)
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
Cache package for AdonisJS V5
github.com/Melchyore/adonis-cache
Melchyore/adonis-cache
@melchyore/adonis-cache
/
build
/
templates
/
contract
/
contract.txt
7 lines
(5 loc)
•
252 B
Plain Text
View Raw
1
2
3
4
5
6
7
import
type
{
InferStoresFromConfig
}
from
'@melchyore/adonis-cache/build/config'
import
cacheConfig
from
'../config/cache'
declare
module
'@ioc:Adonis/Addons/Cache'
{
interface
CacheStoresList
extends
InferStoresFromConfig
<typeof cacheConfig> {} }