# Functions
CreateObjectsListCacheKey returns ObjectsListKey with the given CID, prefix and latestOnly flag.
DefaultAccessBoxConfig returns new default cache expiration values.
DefaultAccessControlConfig returns new default cache expiration values.
DefaultBucketConfig returns new default cache expiration values.
DefaultObjectsConfig returns new default cache expiration values.
DefaultObjectsListConfig returns new default cache expiration values.
DefaultObjectsNameConfig returns new default cache expiration values.
DefaultSystemConfig returns new default cache expiration values.
New creates an object of ObjectHeadersCache.
NewAccessBoxCache creates an object of BucketCache.
NewAccessControlCache creates an object of AccessControlCache.
NewBucketCache creates an object of BucketCache.
NewObjectsListCache is a constructor which creates an object of ListObjectsCache with the given lifetime of entries.
NewObjectsNameCache creates an object of ObjectsNameCache.
NewSystemCache creates an object of SystemCache.
# Constants
DefaultAccessBoxCacheLifetime is a default lifetime of entries in cache.
DefaultAccessBoxCacheSize is a default maximum number of entries in cache.
DefaultAccessControlCacheLifetime is a default lifetime of entries in access' cache.
DefaultAccessControlCacheSize is a default maximum number of entries in access' cache.
DefaultBucketCacheLifetime is a default lifetime of entries in cache.
DefaultBucketCacheSize is a default maximum number of entries in cache.
DefaultObjectsCacheLifetime is a default lifetime of entries in objects' cache.
DefaultObjectsCacheSize is a default maximum number of entries in objects' cache.
DefaultObjectsListCacheLifetime is a default lifetime of entries in cache of ListObjects.
DefaultObjectsListCacheSize is a default size of cache of ListObjects.
DefaultObjectsNameCacheLifetime is a default lifetime of entries in cache.
DefaultObjectsNameCacheSize is a default maximum number of entries in cache.
DefaultSystemCacheLifetime is a default lifetime of entries in cache.
DefaultSystemCacheSize is a default maximum number of entries in cache.
# Structs
No description provided by the author
AccessControlCache provides lru cache for objects.
BucketCache contains cache with objects and the lifetime of cache entries.
No description provided by the author
ObjectsCache provides lru cache for objects.
No description provided by the author
No description provided by the author
ObjectsNameCache provides lru cache for objects.
SystemCache provides lru cache for objects.