vite
v0.2.1
Pages
Modules
Mix
Tasks
Search documentation of vite
Settings
View Source
Vite.Cache
(vite v0.2.1)
Summary
Functions
get(key)
purge(key)
put(key, value)
Functions
Link to this function
get(key)
View Source
@spec
get(
any
()) ::
any
()
Link to this function
purge(key)
View Source
@spec
purge(
any
()) ::
boolean
()
Link to this function
put(key, value)
View Source
@spec
put(
any
(),
any
()) ::
any
()