Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CacheEntry ¶
type CachedStore ¶
type CachedStore struct { Store TTL time.Duration Cache map[string]CacheEntry }
func NewCachedStore ¶
func NewCachedStore(i Store, ttl time.Duration) *CachedStore
Click to show internal directories.
Click to hide internal directories.