Internal Website Search

1-9 of 9 results

Soft Reference Object Cache Recommendation

SoftReference to my large byte[] and instruct ObjectDB to use soft reference for its Level One (L1) object data ... ", only contains a byte[] and uses a soft reference to make that array eligible for GC ... , and a soft reference when the byte[] only needs to be read and sits in the cache until more heap RAM

Entity Management Settings

(which serves as a first level cache). The valid values are "weak" , " soft " and "strong ". Modified

Working with JPA Entity Objects

references or soft references instead of weak references . The contains method can check if a specified

Entity Management Config questions

are "weak", " soft " and "strong". Modified entities are always held by strong ... . Question : What exactly is the difference between "weak", " soft ", and "strong" references? dmoshal ... /understanding-weak-references For more information, please see: https://www.google.com/search?q=java+strong+weak+ soft +reference&gws_rd=ssl support Support

Cascading makeTransient

an instance transient the reference to that instance from its com.objectdb.o.ENT should become week or soft

How Should I Configure objectdb.conf to Obtain 256KB Disk IO Requests and Maximize Shared PersistenceManager Entity Cache?

These are questions asked in the context of the proposed architecture described in the forum thread titled, "Sample JDO Architecture for Follow Up Questions".   I tried to configure my objectdb.conf to give 256KB disk accesses and use PersistenceManager L1 ref= soft caching and datastore

ObjectDB's Database Doctor Incorrect Error Report

to 64KB by using 64KB if a larger page size is specified. We preferred a soft fix

Storing Images and Object Pooling

changing the default reference cache configuration from weak to soft or strong. However, notice

Caching/Paging Questions...

. For cache purpose - consider soft references, which are something in the middle between weak