Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CacheHitHook ¶
CacheHitHook startup on hit hook
type Cacheable ¶
type Cacheable struct { GenKey GenKeyFunc CacheTime time.Duration OnCacheHit CacheHitHook // 命中缓存钩子 优先级最高, 可覆盖Caching的OnCacheHitting }
Cacheable do caching
type Caching ¶
type Caching struct { Cacheable []Cacheable Evict []CacheEvict }
Caching mixins Cacheable and CacheEvict
type GenKeyFunc ¶
GenKeyFunc startup on hit hook
Click to show internal directories.
Click to hide internal directories.