|
.NET Framework | |||||||||
| PREV TYPE NEXT TYPE | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONST | PROP | METHOD | OP | EVENT | DETAIL: FIELD | CONST | PROP | METHOD | OP | EVENT | |||||||||
Default implementation of the resource cache for the default ResourceManager. *
| Field Summary | |
|---|---|
| System.Collections.Hashtable |
cache
Cache storage, assumed to be thread-safe. |
| NVelocity.Runtime.RuntimeServices |
rsvc
Runtime services, generally initialized by the initialize()method. |
| Constructor Summary | |
|---|---|
|
ResourceCacheImpl() Initializes a new instance of the ResourceCacheImpl class. |
|
| Method Summary | |
|---|---|
| System.Collections.IEnumerator | enumerateKeys() |
| NVelocity.Runtime.Resource.Resource | get(object key) |
| void | initialize(NVelocity.Runtime.RuntimeServices rs) |
| NVelocity.Runtime.Resource.Resource | put(object key, NVelocity.Runtime.Resource.Resource value_Renamed) |
| NVelocity.Runtime.Resource.Resource | remove(object key) |
| Methods inherited from class System.Object |
|---|
| Equals, Finalize, GetHashCode, GetType, MemberwiseClone, ToString |
| Field Detail |
|---|
protected internal System.Collections.Hashtable cache
Cache storage, assumed to be thread-safe.
protected internal NVelocity.Runtime.RuntimeServices rsvc
Runtime services, generally initialized by the
initialize()method.
| Constructor Detail |
|---|
public ResourceCacheImpl()
Initializes a new instance of the ResourceCacheImpl class.
| Method Detail |
|---|
public System.Collections.IEnumerator enumerateKeys()
public NVelocity.Runtime.Resource.Resource get(object key)
public void initialize(NVelocity.Runtime.RuntimeServices rs)
public NVelocity.Runtime.Resource.Resource put(object key,
NVelocity.Runtime.Resource.Resource value_Renamed)
public NVelocity.Runtime.Resource.Resource remove(object key)
|
.NET Framework | |||||||||
| PREV TYPE NEXT TYPE | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONST | PROP | METHOD | OP | EVENT | DETAIL: FIELD | CONST | PROP | METHOD | OP | EVENT | |||||||||