Uses of Class
br.ufsc.labsec.commons.utils.cache.CacheEntry
Packages that use CacheEntry
-
Uses of CacheEntry in br.ufsc.labsec.commons.utils.cache
Subclasses of CacheEntry in br.ufsc.labsec.commons.utils.cacheModifier and TypeClassDescriptionstatic final classCacheEntry.FilesInDisk<Data extends Cacheable>Classes in br.ufsc.labsec.commons.utils.cache that implement interfaces with type arguments of type CacheEntryModifier and TypeClassDescriptionclassEsta classe é responsável por administrar objetos em cache, armazenando-os em disco e em memória, e permitindo a sua recuperação através da implementação do metodoCache.decodeEntry(byte[]).Fields in br.ufsc.labsec.commons.utils.cache with type parameters of type CacheEntryModifier and TypeFieldDescriptionprotected Map<String, CacheEntry<Data>> CacheFileSource.runtimeCacheMethods in br.ufsc.labsec.commons.utils.cache that return types with arguments of type CacheEntry -
Uses of CacheEntry in br.ufsc.labsec.signature.redis
Subclasses of CacheEntry in br.ufsc.labsec.signature.redisModifier and TypeClassDescriptionclassRedisCacheEntry<Data extends Cacheable>Implementação de CacheEntry para dados vindos e geridos no Redis.Fields in br.ufsc.labsec.signature.redis with type parameters of type CacheEntryModifier and TypeFieldDescriptionprotected Map<String, CacheEntry<Data>> CacheRedisSource.runtimeCacheCache de primeiro nível (L1) para acessos rápidos.Methods in br.ufsc.labsec.signature.redis that return types with arguments of type CacheEntry