//
pkg.gl
Category
github.com/cs3org/reva/v2
pkg
storage
fs
owncloudsql
filecache
package
2.27.7
Repository:
https://github.com/cs3org/reva.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
15
Dependents
1
Files
682 SLOC
#
Functions
New
New returns a new Cache instance connecting to the given sql.DB.
NewMysql
NewMysql returns a new Cache instance connecting to a MySQL database.
#
Structs
Cache
Cache represents a oc10-style file cache.
File
File represents an entry of the file cache.
Storage
Storage represents a storage entry in the database.
TrashItem
TrashItem represents a trash item of the file cache.
#
Interfaces
Scannable
Scannable describes the interface providing a Scan method.