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