Documentation
¶
Overview ¶
Package cache provides caching for AQL query results.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func KeyFromQuery ¶
KeyFromQuery generates a cache key from a query string and options.
Types ¶
type Cache ¶
type Cache struct {
// contains filtered or unexported fields
}
Cache provides in-memory caching for query results.
func (*Cache) Get ¶
Get retrieves a cached result by key. Returns nil if the entry doesn't exist or has expired.
Click to show internal directories.
Click to hide internal directories.