class RedisClusterCache[F[_], V] extends AbstractCache[F, V]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- RedisClusterCache
- AbstractCache
- LoggingSupport
- Cache
- CacheAlg
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new RedisClusterCache(jedisCluster: JedisCluster)(implicit arg0: Sync[F], config: CacheConfig, codec: Codec[V])
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
F: Sync[F]
- Attributes
- protected
- Definition Classes
- RedisClusterCache → AbstractCache → LoggingSupport
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
final
def
caching(keyParts: Any*)(ttl: Option[Duration])(f: ⇒ V)(implicit flags: Flags): F[V]
- Definition Classes
- AbstractCache → CacheAlg
-
def
cachingF(keyParts: Any*)(ttl: Option[Duration])(f: F[V])(implicit flags: Flags): F[V]
- Definition Classes
- AbstractCache → CacheAlg
-
def
cachingForMemoize(baseKey: String)(ttl: Option[Duration])(f: ⇒ V)(implicit flags: Flags): F[V]
- Definition Classes
- AbstractCache → Cache
-
def
cachingForMemoizeF(baseKey: String)(ttl: Option[Duration])(f: F[V])(implicit flags: Flags): F[V]
- Definition Classes
- AbstractCache → Cache
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
val
close: F[Unit]
- Definition Classes
- RedisClusterCache → CacheAlg
- implicit val codec: Codec[V]
-
implicit
val
config: CacheConfig
- Definition Classes
- RedisClusterCache → Cache
-
def
doGet(key: String): F[Option[V]]
- Attributes
- protected
- Definition Classes
- RedisClusterCache → AbstractCache
-
def
doPut(key: String, value: V, ttl: Option[Duration]): F[Unit]
- Attributes
- protected
- Definition Classes
- RedisClusterCache → AbstractCache
-
def
doRemove(key: String): F[Unit]
- Attributes
- protected
- Definition Classes
- RedisClusterCache → AbstractCache
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
get(keyParts: Any*)(implicit flags: Flags): F[Option[V]]
- Definition Classes
- AbstractCache → CacheAlg
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val jedisCluster: JedisCluster
-
def
logCacheHitOrMiss[A](key: String, result: Option[A]): F[Unit]
- Attributes
- protected
- Definition Classes
- LoggingSupport
-
def
logCachePut(key: String, ttl: Option[Duration]): F[Unit]
- Attributes
- protected
- Definition Classes
- LoggingSupport
-
final
val
logger: Logger[F]
- Attributes
- protected
- Definition Classes
- RedisClusterCache → LoggingSupport
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
put(keyParts: Any*)(value: V, ttl: Option[Duration])(implicit flags: Flags): F[Unit]
- Definition Classes
- AbstractCache → CacheAlg
-
final
def
remove(keyParts: Any*): F[Unit]
- Definition Classes
- AbstractCache → CacheAlg
-
final
def
removeAll: F[Unit]
- Definition Classes
- AbstractCache → CacheAlg
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
Deprecated Value Members
-
def
doRemoveAll: F[Unit]
- Attributes
- protected
- Definition Classes
- RedisClusterCache → AbstractCache
- Annotations
- @deprecated
- Deprecated
(Since version 0.28.0) JedisCluster doesn't support this operation, scheduled to be removed with the next jedis major release
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated