Class LpaCache

java.lang.Object
br.ufsc.labsec.utils.cache.Cache<Lpa<Signature<?>>>
br.ufsc.labsec.utils.cache.DetachedCache<Lpa<Signature<?>>, Signature<?>>
br.ufsc.labsec.signature.conformanceVerifier.signaturePolicy.lpa.LpaCache
All Implemented Interfaces:
Iterable<CacheEntry<Lpa<Signature<?>>>>

public class LpaCache extends DetachedCache<Lpa<Signature<?>>, Signature<?>>
Esta classe é responsável por armazenar e recuperar LPAs da cache
  • Field Details

    • LPA_MATCHER

      public static String LPA_MATCHER
  • Constructor Details

    • LpaCache

      public LpaCache(CacheComponent cacheComponent)
      Construtor
      Parameters:
      cacheComponent - Componente de caches
  • Method Details