Documentation ¶
Overview ¶
Package cache provides a unified interface to in memory cache. Under the App Engine environment, it uses App Engine's memcache, while under standard environments it will provide access to any number of cache interfaces, right now it only supports an in-memory LRU, but in the future it will support Redis, Memcache, and even permanent key/value stores
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Driver CacheDriver Memory = 50 * lru.Megabyte MaxEntries = 2 << 10 Nodes int )
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.