Apache Geode cache management

     The geode cache is the entry point for geode cache management. Geode provides different APIs and XML configuration models to support the behavior of different members.

  •  Introduction to Cache Management

     Caches provide in-memory storage and management of your data.

  • Management point or server cache

     You use xml declarations and API calls to start point and server caching, and close caching when you're done.

  • Manage client cache

    You have multiple options to configure your client-side cache. Use xml declarations and API calls to start client-side caching, and close caching when you're done.

  • Managing Caches in a Security System
     When you create a cache in your security system, you provide security authentication for the already running security member connection process, and nodes authenticate through security locators or peer members.

  • Manage zone services for multiple secure users

    In a secure system, you can create clients with multiple secure connections to the server from each client. The most common use case is when a Geode client is embedded into an application server that supports multi-user data requests. Each user can be granted access to a subset of the data in the server. For example, customer users may be allowed to view and update their own order and logistics information.

  • Run an application after initializing the cache

     You can specify a callback application to run after the cache is initialized.

Guess you like

Origin http://10.200.1.11:23101/article/api/json?id=326712079&siteId=291194637