Package arvados :: Module keep :: Class KeepBlockCache
[hide private]
[frames] | no frames]

Class KeepBlockCache

source code

builtins.object --+
                  |
                 KeepBlockCache

Nested Classes [hide private]
  CacheSlot
Instance Methods [hide private]
 
__init__(self, cache_max=(256*1024*1024)) source code
 
cap_cache(self)
Cap the cache size to self.cache_max
source code
 
_get(self, locator) source code
 
get(self, locator) source code
 
reserve_cache(self, locator)
Reserve a cache slot for the specified locator, or return the existing slot.
source code