Package | Description |
---|---|
lucee.commons.io.cache.complex | |
lucee.runtime.cache | |
lucee.runtime.config | |
lucee.runtime.functions.cache |
Constructor and Description |
---|
CacheComplex(CacheConnection cc,
Cache cache) |
Modifier and Type | Class and Description |
---|---|
class |
CacheConnectionImpl |
class |
ServerCacheConnection |
Modifier and Type | Method and Description |
---|---|
CacheConnection |
CacheConnectionImpl.duplicate(Config config) |
CacheConnection |
ServerCacheConnection.duplicate(Config config) |
CacheConnection |
CacheConnection.duplicate(Config config) |
Modifier and Type | Method and Description |
---|---|
static Cache |
CacheUtil.getInstance(CacheConnection cc,
Config config)
in difference to the getInstance method of the CacheConnection this method produces a wrapper Cache (if necessary) that creates Entry objects to make sure the Cache has meta data.
|
Constructor and Description |
---|
ServerCacheConnection(ConfigServerImpl cs,
CacheConnection cc)
Constructor of the class
|
Modifier and Type | Method and Description |
---|---|
CacheConnection |
ConfigImpl.getCacheDefaultConnection(int type) |
CacheConnection |
Config.getCacheDefaultConnection(int type)
get default cache connection for a specific type
|
Modifier and Type | Method and Description |
---|---|
Map<String,CacheConnection> |
ConfigImpl.getCacheConnections() |
Map<String,CacheConnection> |
Config.getCacheConnections() |
Modifier and Type | Method and Description |
---|---|
static CacheConnection |
Util.getCacheConnection(Config config,
String cacheName) |
static CacheConnection |
Util.getCacheConnection(Config config,
String cacheName,
CacheConnection defaultValue) |
Modifier and Type | Method and Description |
---|---|
static CacheConnection |
Util.getCacheConnection(Config config,
String cacheName,
CacheConnection defaultValue) |
static void |
Util.remove(ConfigWeb config,
CacheConnection cc) |
static boolean |
Util.removeEL(ConfigWeb config,
CacheConnection cc) |
Copyright © 2015 Lucee