cache2go icon indicating copy to clipboard operation
cache2go copied to clipboard

Adds ValueOnly() function that returns cached value but doesn't update it's keepAlive.

Open RatkoR opened this issue 3 years ago • 0 comments

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.

RatkoR avatar Nov 28 '22 09:11 RatkoR