UNPKG
@midwayjs/cache-manager
Version:
alpha (4.0.0-alpha.1)
beta (3.16.3-beta.1)
latest (3.20.4)
4.0.0-alpha.1
3.20.4
3.20.3
3.20.0
3.19.3
3.19.2
3.19.0
3.18.2
3.18.1
3.18.0
3.17.1
3.17.0
3.16.5
3.16.4
3.16.3
3.16.3-beta.1
3.16.2
3.16.0
3.15.8
3.15.6
3.15.5
3.15.2
3.15.0
3.14.12
3.14.11
3.14.7
3.14.4
3.14.4-beta.1
3.14.3
3.14.0
3.0.0
midway cache manager
github.com/midwayjs/midway
midwayjs/midway
@midwayjs/cache-manager
/
dist
/
base
/
store.d.ts
6 lines
•
193 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
MemoryConfig
,
MemoryStore
}
from
'./types'
;
/** * Wrapper for lru-cache. */
export
declare
function
memoryStore
(
args?: MemoryConfig
):
MemoryStore
;
//# sourceMappingURL=store.d.ts.map