How to delete a games record in game center without deleting the app?

i want to delete one of my games record on game center without deleting the game app itself
what should i do?

Hi,
Sounds like what you want to do is evict the item from the cache, rather than remove it.  Evicting the item is effectively saying the entry in the cache is out of date, and Coherence should retrieve it from the database should a new request for the key come in.
You can set up eviction either through config, (to evict after a period of time or when the cache reaches a certain size), or pragmatically using an entry processor, (which calls remove(true) on the entry passed to it. The 'true' means evict rather than delete).
Hope this helps,
Andy

Similar Messages

Maybe you are looking for

  • Failed to create configuration database on Sharepoint Foundation 2010 install under Windows 7

    Configuration Failed Failed to create the configuration database. An exception of type System.IO.FileNotFoundException was thrown. Additional exception information:could not load file or assembly 'Microsoft.IdentityModel, version = 3.5.0.0,culture=ne

  • How can I do a search engine in a digital publishing?

    Hi, I need to do something like a search engine in a catalogue with so many pages. How can I do? Kind Regards.

  • Building eclipse 3.1 on Solaris 10 x86

    I found an easy way to build eclipse on solaris x86, as followed: $ JAVA_HOME=/usr/j2se; export JAVA_HOME $ ANT_HOME=/home/compl/sfw/apache-ant-1.6.5; export ANT_HOME $ PATH=$ANT_HOME/bin:$PATH; export PATH $ mkdir -p ~/farm/eclipse-src $ cd ~/farm $

  • Mouse will scroll up, not down.   Any fixes?

    I'm a new mac guy having bought an imac a few months ago. I've been working on this regularly up to and including a lot today. All of a sudden, just a moment ago, my mouse (the USB one that came standard) will scroll up on web-sites but not down. Mak

  • Loading itextsharp in SharePoint 2013 Project

    I added the reference to itextsharp.dll to my SharePoint 2013 project in Visual Studio 2013 Pro. When I run the project, I get an error: "Could not load file or assembly 'itextsharp, Version=5.5.0.0, Culture=neutral, PublicKeyToken=8354ae6d2174ddca'