public class CacheEntry extends Object
| Modifier and Type | Field and Description | 
|---|---|
| long | accessCount | 
| ResourceAttributes | attributes | 
| DirContext | context | 
| boolean | exists | 
| String | name | 
| Resource | resource | 
| int | size | 
| long | timestamp | 
| Constructor and Description | 
|---|
| CacheEntry() | 
public long timestamp
public String name
public ResourceAttributes attributes
public Resource resource
public DirContext context
public boolean exists
public long accessCount
public int size
Copyright © 2000-2020 Apache Software Foundation. All Rights Reserved.