|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of TimeSpan in railo.runtime.cache |
---|
Methods in railo.runtime.cache with parameters of type TimeSpan | |
---|---|
void |
CacheEngine.set(String key,
Object value,
TimeSpan timespan)
|
Uses of TimeSpan in railo.runtime.cache.legacy |
---|
Methods in railo.runtime.cache.legacy with parameters of type TimeSpan | |
---|---|
static CacheItem |
CacheItem.getInstance(PageContext pc,
String id,
String key,
boolean useId,
Resource dir,
String cacheName,
TimeSpan timespan)
|
boolean |
CacheItemCache.isValid(TimeSpan timespan)
|
abstract boolean |
CacheItem.isValid(TimeSpan timespan)
|
String |
CacheEntry.readEntry(TimeSpan timeSpan,
String defaultValue)
|
String |
FileCacheEntry.readEntry(TimeSpan timeSpan,
String defaultValue)
|
Constructors in railo.runtime.cache.legacy with parameters of type TimeSpan | |
---|---|
CacheItemCache(PageContext pc,
javax.servlet.http.HttpServletRequest req,
String id,
String key,
boolean useId,
Cache cache,
TimeSpan timespan)
|
Uses of TimeSpan in railo.runtime.config |
---|
Methods in railo.runtime.config that return TimeSpan | |
---|---|
TimeSpan |
ConfigImpl.getApplicationTimeout()
|
TimeSpan |
Config.getApplicationTimeout()
|
TimeSpan |
ConfigImpl.getClientTimeout()
|
TimeSpan |
Config.getClientTimeout()
|
TimeSpan |
ConfigImpl.getRequestTimeout()
|
TimeSpan |
Config.getRequestTimeout()
|
TimeSpan |
ConfigImpl.getSessionTimeout()
|
TimeSpan |
Config.getSessionTimeout()
|
Methods in railo.runtime.config with parameters of type TimeSpan | |
---|---|
void |
ConfigWebAdmin.updateApplicationTimeout(TimeSpan span)
updates request timeout value |
void |
ConfigWebAdmin.updateClientTimeout(TimeSpan span)
updates session timeout value |
void |
ConfigWebAdmin.updateRequestTimeout(TimeSpan span)
updates request timeout value |
void |
ConfigWebAdmin.updateSessionTimeout(TimeSpan span)
updates session timeout value |
Uses of TimeSpan in railo.runtime.functions.cache |
---|
Methods in railo.runtime.functions.cache with parameters of type TimeSpan | |
---|---|
static String |
CachePut.call(PageContext pc,
String key,
Object value,
TimeSpan timeSpan)
|
static String |
CachePut.call(PageContext pc,
String key,
Object value,
TimeSpan timeSpan,
TimeSpan idleTime)
|
static String |
CachePut.call(PageContext pc,
String key,
Object value,
TimeSpan timeSpan,
TimeSpan idleTime,
String cacheName)
|
Uses of TimeSpan in railo.runtime.functions.dateTime |
---|
Methods in railo.runtime.functions.dateTime that return TimeSpan | |
---|---|
static TimeSpan |
CreateTimeSpan.call(PageContext pc,
double day,
double hour,
double minute,
double second)
|
static TimeSpan |
CreateTimeSpan.call(PageContext pc,
double day,
double hour,
double minute,
double second,
double millisecond)
|
Uses of TimeSpan in railo.runtime.listener |
---|
Methods in railo.runtime.listener that return TimeSpan | |
---|---|
TimeSpan |
ModernApplicationContext.getApplicationTimeout()
|
TimeSpan |
ClassicApplicationContext.getApplicationTimeout()
|
TimeSpan |
ApplicationContext.getApplicationTimeout()
|
TimeSpan |
ModernApplicationContext.getClientTimeout()
|
TimeSpan |
ClassicApplicationContext.getClientTimeout()
|
TimeSpan |
ApplicationContext.getClientTimeout()
|
TimeSpan |
ModernApplicationContext.getSessionTimeout()
|
TimeSpan |
ClassicApplicationContext.getSessionTimeout()
|
TimeSpan |
ApplicationContext.getSessionTimeout()
|
Methods in railo.runtime.listener with parameters of type TimeSpan | |
---|---|
void |
ModernApplicationContext.setApplicationTimeout(TimeSpan applicationTimeout)
|
void |
ClassicApplicationContext.setApplicationTimeout(TimeSpan applicationTimeout)
|
void |
ApplicationContext.setApplicationTimeout(TimeSpan applicationTimeout)
|
void |
ModernApplicationContext.setClientTimeout(TimeSpan clientTimeout)
|
void |
ClassicApplicationContext.setClientTimeout(TimeSpan clientTimeout)
|
void |
ApplicationContext.setClientTimeout(TimeSpan clientTimeout)
|
void |
ModernApplicationContext.setSessionTimeout(TimeSpan sessionTimeout)
|
void |
ClassicApplicationContext.setSessionTimeout(TimeSpan sessionTimeout)
|
void |
ApplicationContext.setSessionTimeout(TimeSpan sessionTimeout)
|
Uses of TimeSpan in railo.runtime.op |
---|
Methods in railo.runtime.op that return TimeSpan | |
---|---|
TimeSpan |
CreationImpl.createTimeSpan(int day,
int hour,
int minute,
int second)
|
static TimeSpan |
Caster.toTimespan(Object o)
cast a Object to a TimeSpan Object (alias for toTimeSpan) |
TimeSpan |
CastImpl.toTimespan(Object o)
|
static TimeSpan |
Caster.toTimeSpan(Object o)
cast a Object to a TimeSpan Object |
static TimeSpan |
Caster.toTimespan(Object o,
TimeSpan defaultValue)
cast a Object to a TimeSpan Object (alias for toTimeSpan) |
TimeSpan |
CastImpl.toTimespan(Object o,
TimeSpan defaultValue)
|
Methods in railo.runtime.op with parameters of type TimeSpan | |
---|---|
static TimeSpan |
Caster.toTimespan(Object o,
TimeSpan defaultValue)
cast a Object to a TimeSpan Object (alias for toTimeSpan) |
TimeSpan |
CastImpl.toTimespan(Object o,
TimeSpan defaultValue)
|
Uses of TimeSpan in railo.runtime.tag |
---|
Methods in railo.runtime.tag with parameters of type TimeSpan | |
---|---|
void |
Application.setApplicationtimeout(TimeSpan applicationTimeout)
set the value applicationtimeout Enter the CreateTimeSpan function and values in days, hours, minutes, and seconds, separated by commas, to specify the lifespan of application variables. |
void |
StoredProc.setCachedwithin(TimeSpan cachedwithin)
set the value cachedwithin |
void |
Query.setCachedwithin(TimeSpan cachedwithin)
set the value cachedwithin |
void |
Application.setClienttimeout(TimeSpan clientTimeout)
|
void |
Cache.setIdletime(TimeSpan idletime)
|
void |
Application.setSessiontimeout(TimeSpan sessionTimeout)
set the value sessiontimeout Enter the CreateTimeSpan function and values in days, hours, minutes, and seconds, separated by commas, to specify the lifespan of session variables. |
void |
Cache.setTimespan(TimeSpan timespan)
|
Uses of TimeSpan in railo.runtime.type.dt |
---|
Classes in railo.runtime.type.dt that implement TimeSpan | |
---|---|
class |
TimeSpanImpl
TimeSpan Object, represent a timespan |
Methods in railo.runtime.type.dt that return TimeSpan | |
---|---|
static TimeSpan |
TimeSpanImpl.fromDays(double value)
|
static TimeSpan |
TimeSpanImpl.fromMillis(long value)
|
Uses of TimeSpan in railo.runtime.util |
---|
Methods in railo.runtime.util that return TimeSpan | |
---|---|
TimeSpan |
Creation.createTimeSpan(int day,
int hour,
int minute,
int second)
creates and returns a TimeSpan instance |
TimeSpan |
Cast.toTimespan(Object o)
cast a Object to a TimeSpan Object (alias for toTimeSpan) |
TimeSpan |
Cast.toTimespan(Object o,
TimeSpan defaultValue)
cast a Object to a TimeSpan Object (alias for toTimeSpan) |
Methods in railo.runtime.util with parameters of type TimeSpan | |
---|---|
TimeSpan |
Cast.toTimespan(Object o,
TimeSpan defaultValue)
cast a Object to a TimeSpan Object (alias for toTimeSpan) |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |