Copyright © Cloud Software Group, Inc. All Rights Reserved
Copyright © Cloud Software Group, Inc. All Rights Reserved


Chapter 17 Advanced Features : Cache Agent

Cache Agent
The Cache Agent stores cache data and is responsible for object management. A processing unit can have one only Cache Agent.
Using cache clustering technology, object data is kept in memory caches, with redundant storage of each object for reliability and high availability. Cache data is shared across all the Core Engines participating in the cluster. The purpose of Cache Agents is to store and serve cache data for the cluster.
The Cache Agents are used to implement the association cache and response cache functionality. The size of a cache can be unlimited or limited. Performance is best when all the data is in the cache.
How to Run Cache Agent
You can start the Cache Agent as follows:
1.
2.
Navigate to ASG_HOME/bin directory.
3.
./asg-engine -u asg-cache
The following command starts up the Core Engine in cache enabled mode:
./asg-engine -u asg-caching-core

Copyright © Cloud Software Group, Inc. All Rights Reserved
Copyright © Cloud Software Group, Inc. All Rights Reserved