Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Memory ¶
Memory represents a very crude in-memory cache that should only be used for testing purposes. It DOES NOT implement a maximum size, and can easily overflow server memory if used in a production system. DO NOT USE THIS IN PRODUCTION.
type Mongodb ¶
type Mongodb struct {
// contains filtered or unexported fields
}
Mongodb represents a TODO:
func NewMongodb ¶
NewMongodb returns a fully initialized mongodb cache
type Null ¶
type Null bool
Null cache is a 100% perfect cache that never stores any data, and always reports cache misses. It is an empty placeholder where an actual cache would go.
Click to show internal directories.
Click to hide internal directories.