A storage abstraction definition.
A storage abstraction definition.
(-clear _)
clear all contents of the storage
clear all contents of the storage
(-input-stream _)
Coerce to input stream.
Coerce to input stream.
(-public-uri _ path)
Get a public accessible uri for path.
Get a public accessible uri for path.
A basic abstraction for storage access.
A basic abstraction for storage access.
(-delete _ path)
Delete the file by its path.
Delete the file by its path.
(-exists? _ path)
Check if file exists by path.
Check if file exists by path.
(-lookup _ path)
Resolves the path to the local filesystem.
Resolves the path to the local filesystem.
(-save _ path content)
Persist the content under specified path.
Persist the content under specified path.
(-accessed-time _ path)
Return the last accessed time of the file.
Return the last accessed time of the file.
(-created-time _ path)
Return the creation time of the file.
Return the creation time of the file.
(-modified-time _ path)
Return the last modified time of the file.
Return the last modified time of the file.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close