org.apache.velocity.runtime.resource
Class ResourceCacheImpl
java.lang.Object
org.apache.velocity.runtime.resource.ResourceCacheImpl
- ResourceCache
public class ResourceCacheImpl
extends java.lang.Object
Default implementation of the resource cache for the default
ResourceManager.
$Id: ResourceCacheImpl.java,v 1.2.8.1 2004/03/03 23:23:01 geirm Exp $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 B) 2002 Apache Software Foundation. All Rights Reserved.