Options
All
  • Public
  • Public/Protected
  • All
Menu

Class TouchProcessor<K, V>

Touches an entry (if present) in order to trigger interceptor re-evaluation and possibly increment expiry time.

Type parameters

  • K = any

  • V = any

Hierarchy

Implements

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

@class

@class: string

Methods

andThen

when

  • Returns a ConditionalProcessor comprised of this processor and the provided filter.

    The specified entry processor gets invoked if and only if the filter applied to the entry evaluates to true; otherwise the result of the invocation will return null.

    Parameters

    Returns EntryProcessor<K, V, void>