core.services.cache.types
  package core.services.cache.types
 
Members list
Type members
Classlikes
A trait defining caching operations for mechanisms and reactions.
A trait defining caching operations for mechanisms and reactions.
Type parameters
- F
 - 
               
The effect type (e.g.,
IO,SyncIO, etc.). 
Attributes
- Source
 - CacheService.scala
 - Supertypes
 - 
               class Objecttrait Matchableclass Any
 - Known subtypes
 - 
               class DistributedCacheService[F]class LocalCacheService[F]
 
In this article