| Package | Description |
|---|---|
| org.b3log.latke.cache |
Cache service.
|
| org.b3log.latke.cache.caffeine | |
| org.b3log.latke.cache.redis | |
| org.b3log.latke.http |
Latke HTTP server.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractCache
Abstract cache.
|
class |
NoneCache
None cache.
|
| Modifier and Type | Method and Description |
|---|---|
static Cache |
CacheFactory.getCache(String cacheName)
Gets a cache specified by the given cache name.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CaffeineCache
Caffeine cache.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RedisCache
Redis cache.
|
| Modifier and Type | Field and Description |
|---|---|
static Cache |
Sessions.CACHE |
Copyright © 2009–2019 B3log. All rights reserved.