|
@@ -1015,7 +1015,7 @@ class AdHocCache(CacheStatsMixin):
|
|
|
|
|
|
Compared to the standard LocalCache the AdHocCache does not maintain accurate reference count,
|
|
|
nor does it provide a files cache (which would require persistence). Chunks that were not added
|
|
|
- during the current AdHocCache lifetime won't have correct size/csize set (0 bytes) and will
|
|
|
+ during the current AdHocCache lifetime won't have correct size set (0 bytes) and will
|
|
|
have an infinite reference count (MAX_VALUE).
|
|
|
"""
|
|
|
|