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 Action READ
      Singleton action for cache reads.
      static Action WRITE
      Singleton action for cache writes.
    • Field Detail

      • WRITE

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

        static final Action READ
        Singleton action for cache reads.