|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.alachisoft.ncache.runtime.dependencies.CacheDependency
com.alachisoft.ncache.runtime.dependencies.KeyDependency
public class KeyDependency
Tracks Key dependencies to other objects in application's Cache.
Constructor Summary | |
---|---|
KeyDependency()
|
|
KeyDependency(java.lang.String key)
Initializes a new instance of the KeyExpiration class that monitors an array of file paths (to files or directories), an array of cache keys, or both for changes. |
|
KeyDependency(java.lang.String[] keys)
Initializes a new instance of the KeyExpiration class that monitors an array of file paths (to files or directories), an array of cache keys, or both for changes. |
|
KeyDependency(java.lang.String[] keys,
java.util.Date startAfter)
Initializes a new instance of the KeyExpiration class that monitors an array of file paths (to files or directories), an array of cache keys, or both for changes. |
|
KeyDependency(java.lang.String key,
java.util.Date startAfter)
Initializes a new instance of the KeyExpiration class that monitors an array of file paths (to files or directories), an array of cache keys, or both for changes. |
Method Summary | |
---|---|
java.lang.String[] |
getCacheKeys()
Return array of cache keys |
long |
startAfterTicks()
|
Methods inherited from class com.alachisoft.ncache.runtime.dependencies.CacheDependency |
---|
dispose, getDependencies |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public KeyDependency()
public KeyDependency(java.lang.String key)
key
- public KeyDependency(java.lang.String[] keys)
keys
- public KeyDependency(java.lang.String[] keys, java.util.Date startAfter)
keys
- startAfter
- public KeyDependency(java.lang.String key, java.util.Date startAfter)
key
- startAfter
- Method Detail |
---|
public java.lang.String[] getCacheKeys()
public long startAfterTicks()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |