Dagger.EngineCacheEntrySet (dagger v0.18.3)
View SourceA 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 EngineCacheEntrySet.
Types
Functions
The total disk space used by the cache entries in this set.
@spec entries(t()) :: {:ok, [Dagger.EngineCacheEntry.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.EngineCacheEntrySetID.t()} | {:error, term()}
A unique identifier for this EngineCacheEntrySet.