Interface ConcurrentCache.Lock

Enclosing interface:
ConcurrentCache<ID,R>

public static interface ConcurrentCache.Lock
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    boolean
     
  • Method Details

    • tryAcquireLock

      boolean tryAcquireLock()
    • releaseLock

      void releaseLock()