Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ByteArrayEntry ¶
type ByteArrayEntry struct {
// contains filtered or unexported fields
}
func (*ByteArrayEntry) GetKey ¶
func (b *ByteArrayEntry) GetKey() string
func (*ByteArrayEntry) GetTime ¶
func (b *ByteArrayEntry) GetTime() time.Time
func (*ByteArrayEntry) GetValue ¶
func (b *ByteArrayEntry) GetValue() interface{}
func (*ByteArrayEntry) SetTime ¶
func (b *ByteArrayEntry) SetTime(time time.Time)
func (*ByteArrayEntry) SetValue ¶
func (b *ByteArrayEntry) SetValue(value interface{})
func (*ByteArrayEntry) Size ¶
func (b *ByteArrayEntry) Size() int64
type MemCacheAdapter ¶
type MemCacheAdapter struct {
// contains filtered or unexported fields
}
func (*MemCacheAdapter) Put ¶
func (adapter *MemCacheAdapter) Put(key string, value []byte)
type ResultCache ¶
func NewResultCache ¶
func NewResultCache(cacheConfig config.ResultCacheConfig) ResultCache
Click to show internal directories.
Click to hide internal directories.