Registry / database / entcache

entcache

JSON →
library0.1.0gogounverified

Package entcache provides caching support for the Ent ORM framework.

go get ariga.io/entcache
INSTALL
IMPORT
SIG · ENTCACHE
E
entcache
databasegov0.1.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

entcache
ariga.io/entcache

Create a new entcache and attach it to a context

package main import ( "context" "log" "ariga.io/entcache" ) func main() { cache := entcache.New() ctx := entcache.NewContext(context.Background(), cache) log.Println("Cache context created", ctx) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.1.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
24 hits · last 30 days
node
20
OpenAI (training)
1
Resources
entcache — go get entcache · libregistry