Documentation
¶
Overview ¶
Package parsecache memoises parser results.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cache ¶
type Cache[T any] struct { // Limit softly caps stored entries; <= 0 means unbounded. When full, Get // builds without memoising. Limit int64 // contains filtered or unexported fields }
Cache is a typed memoising store. The zero value is ready and unbounded.
Click to show internal directories.
Click to hide internal directories.