Interface CacheService.CacheAction

All Superinterfaces:
Action
Enclosing interface:
CacheService

public static interface CacheService.CacheAction extends Action
CacheAction represents a type of action taken by a CacheService.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final Action
    Singleton action for cache reads.
    static final Action
    Singleton action for cache writes.
  • Field Details

    • WRITE

      static final Action WRITE
      Singleton action for cache writes.
    • READ

      static final Action READ
      Singleton action for cache reads.