Class RepositoryCache.Entry<V>

    • Constructor Detail

      • Entry

        public Entry()
    • Method Detail

      • getUsage

        public int getUsage()
        Get the internal usage field.
        Returns:
        how many time lock() has been called without a corresponding call to release()
      • getValue

        public V getValue()
        Retrieve the cache entry
        Returns:
        the cache entry