View Source Dagger.DaggerEngineCacheEntrySet (dagger v0.13.6)
A set of cache entries returned by a query to a cache
Summary
Functions
The total disk space used by the cache entries in this set.
The list of individual cache entries in the set
The number of cache entries in this set.
A unique identifier for this DaggerEngineCacheEntrySet.
Types
Functions
The total disk space used by the cache entries in this set.
@spec entries(t()) :: {:ok, [Dagger.DaggerEngineCacheEntry.t()]} | {:error, term()}
The list of individual cache entries in the set
The number of cache entries in this set.
@spec id(t()) :: {:ok, Dagger.DaggerEngineCacheEntrySetID.t()} | {:error, term()}
A unique identifier for this DaggerEngineCacheEntrySet.