Documentation
¶
Index ¶
- type Cache
- func (c Cache) Count() int
- func (c Cache) Delete(key string)
- func (c Cache) Get(requestBody []byte, requestParams string, requestHeader http.Header) (cacheEntry, bool, string)
- func (c Cache) GetByKey(key string) (cacheEntry, bool)
- func (c Cache) Keys() []string
- func (c Cache) MaxAge() time.Duration
- func (c Cache) Set(requestBody []byte, requestParams string, requestHeader http.Header, ...)
- func (c Cache) Size() uint64
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.