|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CacheConnection | |
---|---|
railo.runtime.cache | |
railo.runtime.config | |
railo.runtime.functions.cache |
Uses of CacheConnection in railo.runtime.cache |
---|
Classes in railo.runtime.cache that implement CacheConnection | |
---|---|
class |
CacheConnectionImpl
|
class |
ServerCacheConnection
|
Methods in railo.runtime.cache that return CacheConnection | |
---|---|
CacheConnection |
CacheConnectionImpl.duplicate(Config config)
|
CacheConnection |
ServerCacheConnection.duplicate(Config config)
|
CacheConnection |
CacheConnection.duplicate(Config config)
|
Constructors in railo.runtime.cache with parameters of type CacheConnection | |
---|---|
ServerCacheConnection(ConfigServerImpl cs,
CacheConnection cc)
Constructor of the class |
Uses of CacheConnection in railo.runtime.config |
---|
Methods in railo.runtime.config that return CacheConnection | |
---|---|
CacheConnection |
ConfigImpl.getCacheDefaultConnection(int type)
|
Uses of CacheConnection in railo.runtime.functions.cache |
---|
Methods in railo.runtime.functions.cache that return CacheConnection | |
---|---|
static CacheConnection |
Util.getCacheConnection(Config config,
String cacheName)
|
static CacheConnection |
Util.getCacheConnection(Config config,
String cacheName,
CacheConnection defaultValue)
|
static CacheConnection |
Util.getCacheConnection(Config config,
String cacheName,
int type)
|
static CacheConnection |
Util.getDefaultCacheConnection(Config config,
int type)
|
Methods in railo.runtime.functions.cache with parameters of type CacheConnection | |
---|---|
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |