ocean.util.container.cache.model

Modules

ICache
module ocean.util.container.cache.model.ICache

Cache base class, implements the cache logic that is not related to values.

ICacheInfo
module ocean.util.container.cache.model.ICacheInfo

Cache info interface.

IExpiringCacheInfo
module ocean.util.container.cache.model.IExpiringCacheInfo

Interface to obtain cache statistics from an expiring cache.

ITrackCreateTimesCache
module ocean.util.container.cache.model.ITrackCreateTimesCache

Extends ICache by tracking the creation time of each cache element.

Value
module ocean.util.container.cache.model.Value

Types concerning the values stored in cache.

containers
module ocean.util.container.cache.model.containers