public final class CacheEntryFactory extends Object
| Modifier and Type | Method and Description |
|---|---|
static CacheEntry |
forProperty(org.modeshape.jcr.value.binary.BinaryStore store,
javax.jcr.Property property)
Get a store-specific Cache Entry
|
static CacheEntry |
forProperty(javax.jcr.Repository repository,
javax.jcr.Property property)
Load a store-specific CacheEntry model
|
public static CacheEntry forProperty(javax.jcr.Repository repository, javax.jcr.Property property) throws javax.jcr.RepositoryException
repository - the repositoryproperty - the propertyjavax.jcr.RepositoryException - if repository exception occurredpublic static CacheEntry forProperty(org.modeshape.jcr.value.binary.BinaryStore store, javax.jcr.Property property) throws javax.jcr.RepositoryException
store - the storeproperty - the propertyjavax.jcr.RepositoryException - if repository exception occurredCopyright © 2013-2015 DuraSpace, Inc.. All Rights Reserved.