org.apache.velocity.runtime.resource
Class ResourceCacheImpl
java.lang.Objectorg.apache.velocity.runtime.resource.ResourceCacheImpl
- ResourceCache
public class ResourceCacheImpl
extends java.lang.Object
Default implementation of the resource cache for the default
ResourceManager.
Version:
- Geir Magnusson Jr.
- Daniel Rall
protected Map | cache- Cache storage, assumed to be thread-safe.
|
protected RuntimeServices | rsvc- Runtime services, generally initialized by the
initialize() method.
|
cache
protected Map cache
Cache storage, assumed to be thread-safe.
rsvc
protected RuntimeServices rsvc
Runtime services, generally initialized by the
initialize() method.
Copyright © 2003 Apache Software Foundation. All Rights Reserved.