cache2go
cache2go copied to clipboard
Adds ValueOnly() function that returns cached value but doesn't update it's keepAlive.
CacheTable.ValueOnly() works identically to CacheTable.Value() function, but doesn't update it's CacheItem.keepAlive value.
Can be used to retrieve cached value without touching it or changing any of it's properties.