Documentation ¶
Overview ¶
Package memcache provides memcache cache provider for aah framework cache manager.
Index ¶
Constants ¶
View Source
const Version = "0.1.0"
Version number of library.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Provider ¶
type Provider struct {
// contains filtered or unexported fields
}
Provider struct represents the Redis cache provider.
func (*Provider) Client ¶
Client method returns underlying memcache client. So that aah user could perform cache provider specific features.
Click to show internal directories.
Click to hide internal directories.