@Repository public class BulkInfoRepository extends Object
| Constructor and Description |
|---|
BulkInfoRepository() |
| Modifier and Type | Method and Description |
|---|---|
BulkInfoCool |
find(String bulkInfoName,
BulkInfoCoolService bulkInfoCoolService)
Questo metodo publico e' solo un livello di indirezione per costruire la
cache guava.
|
org.apache.chemistry.opencmis.client.api.ObjectType |
getObjectType(String bulkTypeName) |
org.dom4j.Document |
getXmlDocument(String bulkInfoName) |
void |
resetCacheBulkInfoName() |
@Cacheable(value="bulkinfo-object-type") public org.apache.chemistry.opencmis.client.api.ObjectType getObjectType(String bulkTypeName)
@Cacheable(value="bulkinfo-xml-document") public org.dom4j.Document getXmlDocument(String bulkInfoName)
@Cacheable(value="bulkinfo-name",
key="#bulkInfoName")
public BulkInfoCool find(String bulkInfoName,
BulkInfoCoolService bulkInfoCoolService)
bulkInfoName - @CacheEvict(value="bulkinfo-name",
key="#bulkInfoName")
public void resetCacheBulkInfoName()
Copyright © 2020. All rights reserved.