Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AlgorithmType ¶
type AlgorithmType interface {
Delete(c *Cache)
}
type Cache ¶
type Cache struct {
AlgorithmType AlgorithmType
// contains filtered or unexported fields
}
func InitCache ¶
func InitCache(e AlgorithmType) *Cache
func (*Cache) SetAlgorithmType ¶
func (c *Cache) SetAlgorithmType(e AlgorithmType)
Click to show internal directories.
Click to hide internal directories.