Class AIACertsCache
java.lang.Object
br.ufsc.labsec.commons.utils.cache.Cache<AIACertsEntry>
br.ufsc.labsec.commons.utils.aia.AIACertsCache
- All Implemented Interfaces:
Iterable<CacheEntry<AIACertsEntry>>
-
Nested Class Summary
Nested classes/interfaces inherited from class Cache
Cache.Source -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected AIACertsEntrydecodeEntry(byte[] encoded) Decodifica um objeto em cache a partir de seus bytesMethods inherited from class Cache
checkExpired, get, getLastAccess, getSource, has, has, iterator, remove, storeMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Iterable
forEach, spliterator
-
Field Details
-
FILE_TEMPLATE
- See Also:
-
FILTER
- See Also:
-
-
Constructor Details
-
AIACertsCache
Construtor- Parameters:
source- A fonte de onde os objetos em cache serão carregados
-
-
Method Details
-
decodeEntry
Description copied from class:CacheDecodifica um objeto em cache a partir de seus bytes- Specified by:
decodeEntryin classCache<AIACertsEntry>- Parameters:
encoded- Os bytes do objeto- Returns:
- O objeto decodificado
- Throws:
EncodingException- Exceção em caso de erro na decodificação
-